actually call our xcb events setup function
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
This commit is contained in:
parent
585496b66a
commit
3f9c7aee54
|
@ -435,6 +435,7 @@ main(int argc, char **argv)
|
||||||
|
|
||||||
/* process all errors in the queue if any */
|
/* process all errors in the queue if any */
|
||||||
xcb_poll_for_event_loop(globalconf.evenths);
|
xcb_poll_for_event_loop(globalconf.evenths);
|
||||||
|
a_xcb_set_event_handlers();
|
||||||
|
|
||||||
/* do this only for real screen */
|
/* do this only for real screen */
|
||||||
for(screen_nbr = 0;
|
for(screen_nbr = 0;
|
||||||
|
|
Loading…
Reference in New Issue