mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-21 11:00:05 +01:00
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
(cherry picked from commit 1a64d3cc9c)
11 lines
220 B
C
11 lines
220 B
C
/*
|
|
* Minimal implementation of PanoramiX/Xinerama
|
|
*/
|
|
|
|
extern int noPseudoramiXExtension;
|
|
|
|
void
|
|
PseudoramiXAddScreen(int x, int y, int w, int h);
|
|
void PseudoramiXExtensionInit(void);
|
|
void
|
|
PseudoramiXResetScreens(void);
|