Files
xserver/include/globals.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
398 B
C
Raw Normal View History

2003-11-14 16:48:57 +00:00
#ifndef _XSERV_GLOBAL_H_
#define _XSERV_GLOBAL_H_
#include <X11/Xdefs.h>
#include <X11/Xfuncproto.h>
2003-11-14 16:48:57 +00:00
/* Global X server variables that are visible to mi, dix, os, and ddx */
extern _X_EXPORT const char *defaultFontPath;
extern _X_EXPORT int monitorResolution;
extern _X_EXPORT int defaultColorVisualClass;
2003-11-14 16:48:57 +00:00
extern _X_EXPORT char *SeatId;
#endif /* !_XSERV_GLOBAL_H_ */