[Xcb-commit] 2 commits - xcb
Vincent Torri
doursse at kemper.freedesktop.org
Sun Mar 5 01:09:33 PST 2006
xcb/doc/tutorial/index.html | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
New commits:
diff-tree f3aabc4e04d061620cb625be5bace95ac71d559f (from parents)
Merge: 511e062d0dc867a972f40cc9bf5ceffab951420f 2fa6831100480eae4ba1214c789ed5ecd17d4d4a
Author: TORRI Vincent <torri at doursse.(none)>
Date: Sun Mar 5 10:09:21 2006 +0100
Merge branch 'master' of git+ssh://doursse@git.freedesktop.org/git/xcb
diff-tree 511e062d0dc867a972f40cc9bf5ceffab951420f (from 1056ab849852776ae9803c486321ad6d02f96475)
Author: TORRI Vincent <torri at doursse.(none)>
Date: Sun Mar 5 09:49:02 2006 +0100
wrong spaces
diff --git a/xcb/doc/tutorial/index.html b/xcb/doc/tutorial/index.html
index 809edf8..b6c1c5b 100755
--- a/xcb/doc/tutorial/index.html
+++ b/xcb/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 */
More information about the xcb-commit
mailing list