Module Name: xsrc
Committed By: christos
Date: Thu May 26 02:13:49 UTC 2011
Modified Files:
xsrc/xfree/xc/programs/Xserver/dix: window.c
Log Message:
missing include and type for DEBUG
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.6 -r1.2 xsrc/xfree/xc/programs/Xserver/dix/window.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/xfree/xc/programs/Xserver/dix/window.c
diff -u xsrc/xfree/xc/programs/Xserver/dix/window.c:1.1.1.6 xsrc/xfree/xc/programs/Xserver/dix/window.c:1.2
--- xsrc/xfree/xc/programs/Xserver/dix/window.c:1.1.1.6 Fri Mar 5 09:28:12 2004
+++ xsrc/xfree/xc/programs/Xserver/dix/window.c Wed May 25 22:13:49 2011
@@ -91,6 +91,7 @@
#endif
#include "dixevents.h"
#include "globals.h"
+#include "mi.h"
#ifdef XAPPGROUP
#include "Xagsrv.h"
@@ -179,7 +180,8 @@
}
}
-PrintWindowTree()
+void
+PrintWindowTree(void)
{
int i;
WindowPtr pWin, p1;