sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
13
proto/xorgproto/include/X11/extensions/xf86dga.h
Normal file
13
proto/xorgproto/include/X11/extensions/xf86dga.h
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue