diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:49:22 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:49:22 +0000 |
commit | d568221710959cf7d783e6ff0fb80fb43a231124 (patch) | |
tree | 8d6f039393294c6ffac8533639afdebe5d68bfc1 /hw/xnest/TestExt.c | |
parent | 9508a382f8a9f241dab097d921b6d290c1c3a776 (diff) |
XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1
Diffstat (limited to 'hw/xnest/TestExt.c')
-rw-r--r-- | hw/xnest/TestExt.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/hw/xnest/TestExt.c b/hw/xnest/TestExt.c index 7898bcd14..7f5a5907d 100644 --- a/hw/xnest/TestExt.c +++ b/hw/xnest/TestExt.c @@ -12,13 +12,18 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ -#include "X.h" -#include "Xproto.h" +/* $XFree86: xc/programs/Xserver/hw/xnest/TestExt.c,v 3.5 2001/08/27 17:41:00 dawes Exp $ */ + +#include <X11/X.h> +#include <X11/Xproto.h> +#include <X11/Xlib.h> +#undef Bool #include "screenint.h" #include "input.h" #include "misc.h" #include "scrnintstr.h" #include "servermd.h" +#include "mipointer.h" #define XTestSERVER_SIDE #include "xtestext1.h" |