mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
14 lines
244 B
C
14 lines
244 B
C
/*
|
|
* Minimal implementation of PanoramiX/Xinerama
|
|
*/
|
|
|
|
#ifndef XSERVER_PSEUDORAMIX_H
|
|
#define XSERVER_PSEUDORAMIX_H
|
|
|
|
void
|
|
PseudoramiXAddScreen(int x, int y, int w, int h);
|
|
void
|
|
PseudoramiXResetScreens(void);
|
|
|
|
#endif /* XSERVER_PSEUDORAMIX_H */
|