diff options
-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; |