From 82f6fe21f5e448b0e66929f05b3e3c06bde01287 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Thu, 16 Feb 2006 21:39:12 +0000 Subject: small fix --- xcb/doc/tutorial/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcb/doc/tutorial/index.html b/xcb/doc/tutorial/index.html index 2ec121d..ac6e502 100755 --- a/xcb/doc/tutorial/index.html +++ b/xcb/doc/tutorial/index.html @@ -3433,7 +3433,7 @@ if (screen) { XCBDEPTHIter depth_iter; - depth_iter = XCBSCREENAllowedDepthsIter (screen_iter.data); + depth_iter = XCBSCREENAllowedDepthsIter (screen); for (; depth_iter.rem; XCBDEPTHNext (&depth_iter)) { XCBVISUALTYPEIter visual_iter; -- cgit v1.2.3