Files
xserver/pseudoramiX/pseudoramiX.h
2025-06-27 13:58:05 +02:00

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 */