Files
xserver/include/globals.h
Enrico Weigelt, metux IT consult 6c46954679 dix: unexport defaultFontPath
Not needed by any external module, so no need to keep it exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2026-02-02 18:58:00 +01:00

15 lines
352 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 int defaultColorVisualClass;
extern _X_EXPORT char *SeatId;
#endif /* !_XSERV_GLOBAL_H_ */