mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-10 03:08:56 +00:00
9 lines
147 B
C
9 lines
147 B
C
/*
|
|
* Minimal implementation of PanoramiX/Xinerama
|
|
*/
|
|
|
|
void
|
|
PseudoramiXAddScreen(int x, int y, int w, int h);
|
|
void
|
|
PseudoramiXResetScreens(void);
|