mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 22:10:03 +01:00
Leaving xpr unflattened since we want modularity to replace that with xpc (XPluginComposite) at some point
(cherry picked from commit 48e6a75fbd)
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);
|