summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Torri <Vincent.Torri@iecn.u-nancy.fr>2006-02-16 21:39:12 +0000
committerVincent Torri <Vincent.Torri@iecn.u-nancy.fr>2006-02-16 21:39:12 +0000
commit82f6fe21f5e448b0e66929f05b3e3c06bde01287 (patch)
treeffcc85d6b467bbeac5f2b818b34da68c5dba6dd2
parentce20d35f923db95a0db5d4b098180796900c226b (diff)
small fixHEADmaster
-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;