i3
main.h File Reference
#include <config.h>
Include dependency graph for main.h:
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.
 

Function Documentation

◆ main_set_x11_cb()

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().