pseudoramix: add/fix include guards where missing/broken
Signed-off-by: Mike Gelfand <mikedld@mikedld.com>
This commit is contained in:
parent
565309bb33
commit
c4ca14eff0
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue