[Xcb-commit] win32port.mdwn

XCB site xcb at freedesktop.org
Sat Mar 28 13:28:59 PDT 2009


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

New commits:
commit f6efbc6582f4d6a322e2586727b2f83f96748de7
Author: Jatin <Jatin at web>
Date:   Sat Mar 28 13:28:59 2009 -0700

diff --git a/win32port.mdwn b/win32port.mdwn
index fb2bb54..09100ad 100644
--- a/win32port.mdwn
+++ b/win32port.mdwn
@@ -113,7 +113,7 @@ The simplest way to use the DLL under MinGW is to include it during compiling yo
 ## X Servers
 ***
 
-For testing purposes I have used the following X Servers within Windows. My source code has been connecting locally to these X Servers. I have also connected remotely to my X.org server on Linux. 
+I have tested the port using the following X Servers within Windows. My source code has been connecting locally to these X Servers. I have also connected remotely to my X.org server on Linux. 
 
 * XMing <http://www.straightrunning.com/XmingNotes>
 * WinAxe <http://www.labf.com/winaxe/index.html>
@@ -428,6 +428,7 @@ The following is a test code from the XCB tutorial. Copy all of the XCB headers
                         }
                         else {
                             setCursor (connection, screen, window, 68);
+
                         }
 
                     }


More information about the xcb-commit mailing list