diff options
author | Vincent Torri <Vincent.Torri@iecn.u-nancy.fr> | 2006-02-16 21:39:12 +0000 |
---|---|---|
committer | Vincent Torri <Vincent.Torri@iecn.u-nancy.fr> | 2006-02-16 21:39:12 +0000 |
commit | 82f6fe21f5e448b0e66929f05b3e3c06bde01287 (patch) | |
tree | ffcc85d6b467bbeac5f2b818b34da68c5dba6dd2 | |
parent | ce20d35f923db95a0db5d4b098180796900c226b (diff) |
-rwxr-xr-x | xcb/doc/tutorial/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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; |