mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-27 14:00:19 -04:00
14 lines
369 B
C
14 lines
369 B
C
#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
|