summaryrefslogtreecommitdiff
path: root/glx
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-01-10 13:05:42 -0500
committerAdam Jackson <ajax@redhat.com>2018-01-22 17:28:12 -0500
commitc2b2f06aa03fe738301ebaa82f220d9cfed5ab1a (patch)
tree5d9e8d0c3d0678449dbec3baa0eb174d0a924210 /glx
parent4d5aab66c052795c7f0381a3dfc7293c9a41e441 (diff)
miinitext: General cleanup (v2)
This really just wants to be the list of disable booleans and initialization functions, and nothing else. Stop including the protocol headers from extinit.h, remove a stray mention of xgl, and move an XInput declaration to a better place. v2: A bunch of drivers assume they'll get the DPMS tokens implicitly, so add it to globals.h. Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'glx')
-rw-r--r--glx/glxcmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/glx/glxcmds.c b/glx/glxcmds.c
index 2ebf4a350..f4820d8e4 100644
--- a/glx/glxcmds.c
+++ b/glx/glxcmds.c
@@ -37,6 +37,7 @@
#include "glxserver.h"
#include <GL/glxtokens.h>
+#include <X11/extensions/presenttokens.h>
#include <unpack.h>
#include <pixmapstr.h>
#include <windowstr.h>