projects
/
free-sw
/
xcb
/
libxcb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbd2d96
)
Tutorial corrections.
author
Thomas Hunger
<hto@arcor.de>
Mon, 14 Aug 2006 13:59:46 +0000
(06:59 -0700)
committer
Ian Osgood
<iano@quirkster.com>
Mon, 14 Aug 2006 13:59:46 +0000
(06:59 -0700)
doc/tutorial/index.html
patch
|
blob
|
history
diff --git
a/doc/tutorial/index.html
b/doc/tutorial/index.html
index
7421112
..
b24c4ba
100644
(file)
--- a/
doc/tutorial/index.html
+++ b/
doc/tutorial/index.html
@@
-417,7
+417,7
@@
main ()
Atom *atoms_x;
double diff_x;
- c = XCBConnect
Basic (
);
+ c = XCBConnect
(NULL, NULL
);
count = 500;
atoms = (XCBATOM *)malloc (count * sizeof (atoms));
@@
-3460,7
+3460,7
@@
XCBConnection *c;
XCBSCREEN *screen;
int screen_nbr;
XCBVISUALID root_visual = { 0 };
-XCBVISUATYPE *visual_type = NULL; /* the returned visual type */
+XCBVISUA
L
TYPE *visual_type = NULL; /* the returned visual type */
/* you init the connection and screen_nbr */