i3
Functions
main.h File Reference
This graph shows which files directly or indirectly include this file:

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. More...
 

Function Documentation

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 157 of file main.c.

References DLOG, main_loop, and xcb_check.

Referenced by drag_pointer().