diff options
Diffstat (limited to 'xc/programs/Xserver/hw/xnest/Screen.c')
-rw-r--r-- | xc/programs/Xserver/hw/xnest/Screen.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/xc/programs/Xserver/hw/xnest/Screen.c b/xc/programs/Xserver/hw/xnest/Screen.c index 0531c262f..826e68055 100644 --- a/xc/programs/Xserver/hw/xnest/Screen.c +++ b/xc/programs/Xserver/hw/xnest/Screen.c @@ -1,4 +1,4 @@ -/* $XConsortium: Screen.c,v 1.3 93/09/29 17:40:17 dpw Exp $ */ +/* $XConsortium: Screen.c,v 1.4 94/02/06 17:52:40 rws Exp ray $ */ /* Copyright 1993 by Davor Matic @@ -21,10 +21,7 @@ is" without express or implied warranty. #include "colormapst.h" #include "resource.h" -#define GC XlibGC -#include "Xlib.h" -#include "Xutil.h" -#undef GC +#include "Xnest.h" #include "Display.h" #include "Screen.h" |