summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2009-09-16 15:40:02 -0700
committerCarl Worth <cworth@cworth.org>2009-09-16 15:40:02 -0700
commit047a1ebbbcea3ad78a06f0fa8450fa8ba38be43d (patch)
tree3cb9018c7f6a4938a8dabdd5249ff5f5123af005
parentf3cfa9e3aa654305a702d97014f726ae5d900a46 (diff)
Add back xf86dga.h (simply including the newly named xf86dgaconst.h)
This maintains compatibility so that previous X servers, (such as xserver 1.6 can still be built).
-rw-r--r--Makefile.am1
-rw-r--r--xf86dga.h3
2 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index abae9b4..babced4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,6 @@
xf86dgadir = $(includedir)/X11/extensions
xf86dga_HEADERS = \
+ xf86dga.h \
xf86dga1const.h \
xf86dga1str.h \
xf86dga1proto.h \
diff --git a/xf86dga.h b/xf86dga.h
new file mode 100644
index 0000000..6d39268
--- /dev/null
+++ b/xf86dga.h
@@ -0,0 +1,3 @@
+#warning "xf86dga.h is obsolete and may be removed in the future."
+#warning "include <X11/extensions/xf86dgaconst.h> instead."
+#include <X11/extensions/xf86dgaconst.h>