X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Ftutorial%2Findex.html;h=b6c1c5b9c7f01be210d7872253e3a66486d5f340;hb=53971ea183d9d1dcfbaec18b135e49c9c118fabb;hp=809edf89286888b6c02513d359e6a242fa977bfe;hpb=6659c8c63b82329468b249cc99181d72ec26c698;p=free-sw%2Fxcb%2Flibxcb diff --git a/doc/tutorial/index.html b/doc/tutorial/index.html index 809edf8..b6c1c5b 100755 --- a/doc/tutorial/index.html +++ b/doc/tutorial/index.html @@ -785,12 +785,12 @@ main (int argc, char *argv[]) XCBCreateWindow (c, /* Connection */ 0, /* depth */ win.window, /* window Id */ - screen->root, /* parent window */ + screen->root, /* parent window */ 0, 0, /* x, y */ 150, 150, /* width, height */ 10, /* border_width */ InputOutput, /* class */ - screen->root_visual, /* visual */ + screen->root_visual, /* visual */ 0, NULL); /* masks, not used yet */ /* Map the window on the screen */ @@ -1320,12 +1320,12 @@ main (int argc, char *argv[]) XCBCreateWindow (c, /* Connection */ 0, /* depth */ win.window, /* window Id */ - screen->root, /* parent window */ + screen->root, /* parent window */ 0, 0, /* x, y */ 150, 150, /* width, height */ 10, /* border_width */ InputOutput, /* class */ - screen->root_visual, /* visual */ + screen->root_visual, /* visual */ mask, values); /* masks */ /* Map the window on the screen */ @@ -1946,12 +1946,12 @@ main (int argc, char *argv[]) XCBCreateWindow (c, /* Connection */ 0, /* depth */ win.window, /* window Id */ - screen->root, /* parent window */ + screen->root, /* parent window */ 0, 0, /* x, y */ 150, 150, /* width, height */ 10, /* border_width */ InputOutput, /* class */ - screen->root_visual, /* visual */ + screen->root_visual, /* visual */ mask, values); /* masks */ /* Map the window on the screen */ @@ -2203,7 +2203,7 @@ main (int argc, char *argv[]) /* Create the window */ XCBCreateWindow (c, /* Connection */ - 0, /* depth */ + 0, /* depth */ win.window, /* window Id */ screen->root, /* parent window */ 0, 0, /* x, y */