[Xcb-commit] xcb/doc/tutorial index.html,1.6,1.7

Vincent Torri xcb-commit at lists.freedesktop.org
Thu Feb 16 13:39:14 PST 2006


Update of /cvs/xcb/xcb/doc/tutorial
In directory gabe:/tmp/cvs-serv16718

Modified Files:
	index.html 
Log Message:
small fix

Index: index.html
===================================================================
RCS file: /cvs/xcb/xcb/doc/tutorial/index.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- index.html	18 Dec 2005 10:03:27 -0000	1.6
+++ index.html	16 Feb 2006 21:39:12 -0000	1.7
@@ -3433,7 +3433,7 @@
   {
     XCBDEPTHIter depth_iter;
 
-    depth_iter = XCBSCREENAllowedDepthsIter (screen_iter.data);
+    depth_iter = XCBSCREENAllowedDepthsIter (screen);
     for (; depth_iter.rem; XCBDEPTHNext (&depth_iter))
       {
         XCBVISUALTYPEIter visual_iter;



More information about the xcb-commit mailing list