Files
xserver/include/globals.h
2026-02-11 16:31:28 +01:00

12 lines
274 B
C

#ifndef _XSERV_GLOBAL_H_
#define _XSERV_GLOBAL_H_
#include <X11/Xdefs.h>
#include <X11/Xfuncproto.h>
/* Global X server variables that are visible to mi, dix, os, and ddx */
extern _X_EXPORT int monitorResolution;
#endif /* !_XSERV_GLOBAL_H_ */