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:
Peter Hutterer 2009-09-04 11:06:37 +10:00
parent ead57a1353
commit 59e731ef66
3 changed files with 3 additions and 5 deletions

View File

@ -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"

View File

@ -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

View File

@ -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"