pseudoramix: add/fix include guards where missing/broken

Signed-off-by: Mike Gelfand <mikedld@mikedld.com>
This commit is contained in:
Mike Gelfand 2025-06-24 22:50:20 +01:00 committed by Enrico Weigelt
parent 565309bb33
commit c4ca14eff0

View File

@ -2,7 +2,12 @@
* 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 */