summaryrefslogtreecommitdiff
path: root/doc/tutorial/index.html
diff options
context:
space:
mode:
authorTORRI Vincent <torri@doursse.(none)>2006-03-05 09:49:02 +0100
committerTORRI Vincent <torri@doursse.(none)>2006-03-05 09:49:02 +0100
commit2ad5450ff3566a6e378769d7ff68f148c992b468 (patch)
tree8f13b2a668672b6723eb80e43ef1bb2c64218d71 /doc/tutorial/index.html
parent81ea81c6d9a67fdf664fc502fe3610b37aea8354 (diff)
wrong spaces
Diffstat (limited to 'doc/tutorial/index.html')
-rwxr-xr-xdoc/tutorial/index.html14
1 files changed, 7 insertions, 7 deletions
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-&gt;root, /* parent window */
+ screen-&gt;root, /* parent window */
0, 0, /* x, y */
150, 150, /* width, height */
10, /* border_width */
InputOutput, /* class */
- screen-&gt;root_visual, /* visual */
+ screen-&gt;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-&gt;root, /* parent window */
+ screen-&gt;root, /* parent window */
0, 0, /* x, y */
150, 150, /* width, height */
10, /* border_width */
InputOutput, /* class */
- screen-&gt;root_visual, /* visual */
+ screen-&gt;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-&gt;root, /* parent window */
+ screen-&gt;root, /* parent window */
0, 0, /* x, y */
150, 150, /* width, height */
10, /* border_width */
InputOutput, /* class */
- screen-&gt;root_visual, /* visual */
+ screen-&gt;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-&gt;root, /* parent window */
0, 0, /* x, y */