summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-08-27 14:13:46 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-08-28 09:04:05 +1000
commita111c2e7826df36c937b83639e929dfb50179873 (patch)
tree60adedd08ac2f2a73961ea01093a0424f6563bb5
parente02a56a6a62b03ae646937638c07fd33ac98d3ed (diff)
Include the *const.h files from the proto files.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--xf86dga1proto.h2
-rw-r--r--xf86dgaproto.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/xf86dga1proto.h b/xf86dga1proto.h
index d0f72c8..5c53cb2 100644
--- a/xf86dga1proto.h
+++ b/xf86dga1proto.h
@@ -8,6 +8,8 @@ Copyright (c) 1995 XFree86 Inc.
#ifndef _XF86DGAPROTO1_H_
#define _XF86DGAPROTO1_H_
+#include <X11/extensions/xf86dga1const.h>
+
typedef struct _XF86DGAQueryVersion {
CARD8 reqType; /* always DGAReqCode */
CARD8 dgaReqType; /* always X_DGAQueryVersion */
diff --git a/xf86dgaproto.h b/xf86dgaproto.h
index 8e36dce..8b7f13d 100644
--- a/xf86dgaproto.h
+++ b/xf86dgaproto.h
@@ -9,6 +9,7 @@ Copyright (c) 1995 XFree86 Inc.
#define _XF86DGAPROTO_H_
#include <X11/extensions/xf86dga1proto.h>
+#include <X11/extensions/xf86dgaconst.h>
#define XF86DGANAME "XFree86-DGA"