aboutsummaryrefslogtreecommitdiff
path: root/depends/libxcb/depends/xorgproto/include/X11/extensions/xf86dga.h
diff options
context:
space:
mode:
Diffstat (limited to 'depends/libxcb/depends/xorgproto/include/X11/extensions/xf86dga.h')
-rw-r--r--depends/libxcb/depends/xorgproto/include/X11/extensions/xf86dga.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/depends/libxcb/depends/xorgproto/include/X11/extensions/xf86dga.h b/depends/libxcb/depends/xorgproto/include/X11/extensions/xf86dga.h
new file mode 100644
index 0000000..7b5d635
--- /dev/null
+++ b/depends/libxcb/depends/xorgproto/include/X11/extensions/xf86dga.h
@@ -0,0 +1,13 @@
+#ifdef _XF86DGA_SERVER_
+
+#warning "xf86dga.h is obsolete and may be removed in the future."
+#warning "include <X11/extensions/xf86dgaconst.h> instead."
+#include <X11/extensions/xf86dgaconst.h>
+
+#else
+
+#warning "xf86dga.h is obsolete and may be removed in the future."
+#warning "include <X11/extensions/Xxf86dga.h> instead."
+#include <X11/extensions/Xxf86dga.h>
+
+#endif