[Xcb-commit] tutorial
XCB site
xcb at freedesktop.org
Fri Sep 5 19:16:55 PDT 2008
tutorial/basicwindowsanddrawing.mdwn | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e1b0342b0735bee5ef56382692785be988760a32
Author: XCB site <xcb at freedesktop.org>
Date: Fri Sep 5 19:16:55 2008 -0700
web commit by jesseross
diff --git a/tutorial/basicwindowsanddrawing.mdwn b/tutorial/basicwindowsanddrawing.mdwn
index cd896d7..d326d78 100644
--- a/tutorial/basicwindowsanddrawing.mdwn
+++ b/tutorial/basicwindowsanddrawing.mdwn
@@ -10,7 +10,7 @@ We first ask for a new Id for our window, with this function:
Then, XCB supplies the following function to create new windows:
- xcb_void_cookie_t xcb_create_window (xcb_connection_t *c, /* Pointer to the xcb_connection_t structure */
+ xcb_void_cookie_t xcb_create_window (xcb_connection_t *connection, /* Pointer to the xcb_connection_t structure */
uint8_t depth, /* Depth of the screen */
xcb_window_t wid, /* Id of the window */
xcb_window_t parent, /* Id of an existing window that should be the parent of the new window */
More information about the xcb-commit
mailing list