[Xcb-commit] win32port.mdwn

XCB site xcb at freedesktop.org
Sat Jun 20 11:14:17 PDT 2009


 win32port.mdwn |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5da29ff070662bc608a6b2e12f5ec0fc61769999
Author: Jatin <Jatin at web>
Date:   Sat Jun 20 11:14:16 2009 -0700

diff --git a/win32port.mdwn b/win32port.mdwn
index 9ce2452..83097f0 100644
--- a/win32port.mdwn
+++ b/win32port.mdwn
@@ -347,7 +347,7 @@ The following is a test code from the XCB tutorial. Copy all of the XCB headers
         if(rc != 0)
           {
           fprintf(stderr,"Unable to load Winsock: %d\n",rc);
-          return 1;
+          return -1;
           }
         
         xcb_connection_t *connection = xcb_connect ("127.0.0.1:0.0", &screenNum);


More information about the xcb-commit mailing list