mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-07 02:04:13 +00:00
14 lines
306 B
C
14 lines
306 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;
|
|
|
|
extern _X_EXPORT char *SeatId;
|
|
|
|
#endif /* !_XSERV_GLOBAL_H_ */
|