[Xcb-commit] tutorial

XCB site xcb at freedesktop.org
Fri Sep 5 19:16:19 PDT 2008


 tutorial/basicwindowsanddrawing.mdwn |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6d456c7f360f1ace035f5d2307df22d6ce000aa1
Author: XCB site <xcb at freedesktop.org>
Date:   Fri Sep 5 19:16:17 2008 -0700

    web commit by jesseross

diff --git a/tutorial/basicwindowsanddrawing.mdwn b/tutorial/basicwindowsanddrawing.mdwn
index 516d3a7..cd896d7 100644
--- a/tutorial/basicwindowsanddrawing.mdwn
+++ b/tutorial/basicwindowsanddrawing.mdwn
@@ -72,7 +72,7 @@ Finally, here is a small program to create a window of size 150x150 pixels, posi
 
 			pause ();    /* hold client until Ctrl-C */
 
-			xcb_disconnection (connection);
+			xcb_disconnect (connection);
 			
 			return 0;
 		}


More information about the xcb-commit mailing list