[Xcb] Initialisation of GC etc.

Maciej Piechotka uzytkownik2 at gmail.com
Wed Mar 5 14:58:19 PST 2008


I have a question:
xcb_gcontext_t gc = xcb_generate_id(conn);
xcb_void_cookie_t cookie = xcb_create_gc(conn, gc, window, ...);
// 1
// Do something with gc

1. Do I have to wait/flush connection before I use gc?
2. Can I wait for confirmation of creation?
3. Can I check if it was created without blocking?

Regards
-- 
I've probably left my head... somewhere. Please wait untill I find it.
Homepage (pl_PL): http://uzytkownik.jogger.pl/
(GNU/)Linux User: #425935 (see http://counter.li.org/)




More information about the Xcb mailing list