[xserver-commit] xserver/dix window.c,3.41,3.42
Warren Turkal
xserver-commit@pdx.freedesktop.org
Committed by: wt
Update of /cvs/xserver/xserver/dix
In directory pdx:/tmp/cvs-serv29807
Modified Files:
window.c
Log Message:
Fix compiler warning by making a variable the proper type
Index: window.c
===================================================================
RCS file: /cvs/xserver/xserver/dix/window.c,v
retrieving revision 3.41
retrieving revision 3.42
diff -u -d -r3.41 -r3.42
--- window.c 12 Feb 2004 18:58:49 -0000 3.41
+++ window.c 16 Feb 2004 03:30:07 -0000 3.42
@@ -317,7 +317,7 @@
FatalError("could not create root tile");
{
- CARD32 attributes[2];
+ XID attributes[2];
attributes[0] = pScreen->whitePixel;
attributes[1] = pScreen->blackPixel;