mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
Leaving xpr unflattened since we want modularity to replace that with xpc (XPluginComposite) at some point (cherry picked from commit 48e6a75fbdd0fee86e364f02ace83f20b312a2b2)
9 lines
238 B
C
9 lines
238 B
C
/*
|
|
* Minimal implementation of PanoramiX/Xinerama
|
|
*/
|
|
|
|
extern int noPseudoramiXExtension;
|
|
|
|
void PseudoramiXAddScreen(int x, int y, int w, int h);
|
|
void PseudoramiXExtensionInit(int argc, char *argv[]);
|
|
void PseudoramiXResetScreens(void);
|