X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcb_in.c;h=604faaba65246cbf5f6cfee1109f0b0d47255d7c;hb=a1a7646d5a791c2e918bc1a9f46d64334d5ab575;hp=349868471814a02b666f21534cd9de59807158ec;hpb=4ff12a1a94895837dc85ac9e37fd1a5f40819cf3;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcb_in.c b/src/xcb_in.c index 3498684..604faab 100644 --- a/src/xcb_in.c +++ b/src/xcb_in.c @@ -427,8 +427,8 @@ xcb_generic_event_t *xcb_poll_for_event(xcb_connection_t *c, int *error) xcb_generic_error_t *xcb_request_check(xcb_connection_t *c, xcb_void_cookie_t cookie) { /* FIXME: this could hold the lock to avoid syncing unnecessarily, but - * that would require factoring the locking out of xcb_get_input_focus_t, - * xcb_get_input_focus_reply_t, and xcb_wait_for_reply_t. */ + * that would require factoring the locking out of xcb_get_input_focus, + * xcb_get_input_focus_reply, and xcb_wait_for_reply. */ xcb_generic_error_t *ret; void *reply; if(c->has_error)