summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xxcb/doc/tutorial/index.html2
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;