diff options
author | dawes <dawes> | 2001-08-22 18:00:12 +0000 |
---|---|---|
committer | dawes <dawes> | 2001-08-22 18:00:12 +0000 |
commit | 43b79bb01fb3ccf0785d8c1beed4d8710db48a8d (patch) | |
tree | c76efae431766da82895f2030fac3ca20d486e2b /xc/programs/Xserver/hw/xnest/Window.c | |
parent | 9d8ac1f4820f6a1984bcc9e4a4151ba9f0acdc1f (diff) |
Import of XFree86 4.1.99.1X_4_1_99_1
Diffstat (limited to 'xc/programs/Xserver/hw/xnest/Window.c')
-rw-r--r-- | xc/programs/Xserver/hw/xnest/Window.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xc/programs/Xserver/hw/xnest/Window.c b/xc/programs/Xserver/hw/xnest/Window.c index 0849ac6fe..b06814b01 100644 --- a/xc/programs/Xserver/hw/xnest/Window.c +++ b/xc/programs/Xserver/hw/xnest/Window.c @@ -12,7 +12,7 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ -/* $XFree86: xc/programs/Xserver/hw/xnest/Window.c,v 3.5 2001/01/17 22:36:55 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xnest/Window.c,v 3.6 2001/08/01 00:44:57 tsi Exp $ */ #include "X.h" #include "Xproto.h" @@ -24,6 +24,8 @@ is" without express or implied warranty. #include "scrnintstr.h" #include "region.h" +#include "mi.h" + #include "Xnest.h" #include "Display.h" |