We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c706ef commit 2d8b6ebCopy full SHA for 2d8b6eb
include/globals.h
@@ -1,17 +1,9 @@
1
-
2
#ifndef _XSERV_GLOBAL_H_
3
#define _XSERV_GLOBAL_H_
4
5
#include <X11/Xdefs.h>
6
#include <X11/Xfuncproto.h>
7
8
-#include "window.h" /* for WindowPtr */
9
-#include "extinit.h"
10
-#ifdef DPMSExtension
11
-/* sigh, too many drivers assume this */
12
-#include <X11/extensions/dpmsconst.h>
13
-#endif
14
15
/* Global X server variables that are visible to mi, dix, os, and ddx */
16
17
extern _X_EXPORT const char *defaultFontPath;
0 commit comments