summaryrefslogtreecommitdiff
path: root/xf86dga.h
blob: 7b5d635f923ee27110225186af31d9bf8094d9a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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