i3
|
#include <config.h>
Go to the source code of this file.
Functions | |
void | main_set_x11_cb (bool enable) |
Enable or disable the main X11 event handling function. | |
void main_set_x11_cb | ( | bool | enable | ) |
Enable or disable the main X11 event handling function.
This is used by drag_pointer() which has its own, modal event handler, which takes precedence over the normal event handler.
Definition at line 166 of file main.c.
References DLOG, main_loop, and xcb_prepare.
Referenced by drag_pointer().