[Commit] xcb/programs/xcbtests main.c,1.12,1.13

Jamey Sharp commit at keithp.com
Sat Oct 11 02:49:03 PDT 2003


Committed by: jamey

Update of /local/src/CVS/xcb/programs/xcbtests
In directory home.keithp.com:/tmp/cvs-serv19499/programs/xcbtests

Modified Files:
	main.c 
Log Message:
Fixed a bug in code that isn't usually compiled.

Index: main.c
===================================================================
RCS file: /local/src/CVS/xcb/programs/xcbtests/main.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- main.c	7 Jul 2002 10:14:29 -0000	1.12
+++ main.c	11 Oct 2003 08:49:01 -0000	1.13
@@ -151,7 +151,7 @@
 #ifdef TEST_QUERY_TREE
 # ifdef SUPERVERBOSE /* this produces a lot of output :) */
     treerep[0] = XCBQueryTreeReply(c, tree[0], 0);
-    formatQueryTreeReply(root->windowId, treerep[0]);
+    formatQueryTreeReply(root->root, treerep[0]);
     free(treerep[0]);
 # endif
 #endif




More information about the Commit mailing list