[Xcb-commit] win32port.mdwn

XCB site xcb at freedesktop.org
Wed May 6 09:08:46 PDT 2009


 win32port.mdwn |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 397f212ab775a6b66ac5c379a892ebafe99d94cc
Author: Jatin <Jatin at web>
Date:   Wed May 6 09:08:45 2009 -0700

diff --git a/win32port.mdwn b/win32port.mdwn
index 1905f64..7dce37a 100644
--- a/win32port.mdwn
+++ b/win32port.mdwn
@@ -3,7 +3,6 @@
 
 
 
-
 XCB has now been ported to the Windows (32 bit) platform. This mess shall soon be unleashed on the world so here is the headsup on it :)
 
 ## Background
@@ -100,6 +99,7 @@ make
 If all goes well the DLL is created within the src/.libs directory.
 
 ## Where can I get this from now?
+
 ***
 
 Until this port is merged into the main tree, I have set up a git branch of XCB with changes to support a Win32 build. Get it using :
@@ -108,6 +108,8 @@ Until this port is merged into the main tree, I have set up a git branch of XCB
 
 ...and stand far far far away :) 
 
+This is based on the devel tree as on 6 May 2009.
+
 ## Using XCB within Windows
 ***
 
@@ -430,6 +432,7 @@ The following is a test code from the XCB tutorial. Copy all of the XCB headers
                                 (press->event_y >= (HEIGHT - 16) / 2 - 19) &&
                                 (press->event_y <= ((HEIGHT - 16) / 2))) {
                             isHand = 1 - isHand;
+
                         }
 
                         if (isHand) {


More information about the xcb-commit mailing list