mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 05:18:25 +02:00
xfree86: silence some xf86dgaproto compiler warnings
We already require xf86dgaproto > 2.0.99 since 6fffcd582
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
ead57a1353
commit
59e731ef66
3 changed files with 3 additions and 5 deletions
|
|
@ -35,7 +35,7 @@
|
|||
#include "xf86str.h"
|
||||
#include "xf86Priv.h"
|
||||
#include "dgaproc.h"
|
||||
#include <X11/extensions/xf86dgastr.h>
|
||||
#include <X11/extensions/xf86dgaproto.h>
|
||||
#include "colormapst.h"
|
||||
#include "pixmapstr.h"
|
||||
#include "inputstr.h"
|
||||
|
|
|
|||
|
|
@ -52,8 +52,7 @@
|
|||
#include "xf86Crtc.h"
|
||||
|
||||
#ifdef XFreeXDGA
|
||||
#define _XF86DGA_SERVER_
|
||||
#include <X11/extensions/xf86dgastr.h>
|
||||
#include <X11/extensions/xf86dgaproto.h>
|
||||
#include "dgaproc.h"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -36,8 +36,7 @@
|
|||
#include "xf86.h"
|
||||
#include "vgaHW.h"
|
||||
|
||||
#define _XF86DGA_SERVER_
|
||||
#include <X11/extensions/xf86dgastr.h>
|
||||
#include <X11/extensions/xf86dgaproto.h>
|
||||
#include "dgaproc.h"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue