[Xcb-commit] MixingCalls.mdwn

XCB site xcb at freedesktop.org
Tue Jun 10 11:10:34 PDT 2008


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

New commits:
commit 9cfe40aabadb1786319b5f4f6fdf051af8813894
Author: XCB site <xcb at freedesktop.org>
Date:   Tue Jun 10 11:10:33 2008 -0700

    web commit by BartMassey: clarified XSetEventQueueOwner()

diff --git a/MixingCalls.mdwn b/MixingCalls.mdwn
index feff643..0e3875d 100644
--- a/MixingCalls.mdwn
+++ b/MixingCalls.mdwn
@@ -6,4 +6,4 @@ To mix calls, you'll need both an XCB connection and Xlib display. Get this by u
 
 You can now mix calls to XCB and Xlib. The datatypes of the two systems are somewhat interoperable; for example, you can use an Xlib Window anywhere an xcb\_window\_t is required. In general, XID types like Window (X.h:typedef XID) are synonymous with their XCB equivalents.
 
-Only one of Xlib and XCB can manage the event queue. By default, Xlib does. To change this, call XSetEventQueueOwner() (from "Xlib-xcb.h").
+Only one of Xlib and XCB can manage the event queue. By default, Xlib does. To change this, call XSetEventQueueOwner() (from "Xlib-xcb.h") before making other calls.


More information about the xcb-commit mailing list