[Xcb-commit] tutorial
XCB site
xcb at freedesktop.org
Thu Mar 4 23:46:06 PST 2010
tutorial/events.mdwn | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 00eea86408fcde2a39c6fd9390eafcfaefa6aca3
Author: CodyMaloney <CodyMaloney at web>
Date: Thu Mar 4 23:46:02 2010 -0800
Poll for event only takes one argument at the moment
diff --git a/tutorial/events.mdwn b/tutorial/events.mdwn
index fba7a6a..1201d50 100644
--- a/tutorial/events.mdwn
+++ b/tutorial/events.mdwn
@@ -75,7 +75,7 @@ The blocking way:
The non-blocking way:
- xcb_generic_event_t *xcb_poll_for_event (xcb_connection_t *c, int *error);
+ xcb_generic_event_t *xcb_poll_for_event (xcb_connection_t *c);
...immediately dequeues and returns an event, but returns NULL if no event is available at the time of the call. If an error occurs, the parameter error will be filled with the error status.
More information about the xcb-commit
mailing list