2 * vim:ts=4:sw=4:expandtab
4 * i3 - an improved dynamic tiling window manager
5 * © 2009-2013 Michael Stapelberg and contributors (see also: LICENSE)
7 * main.c: Initialization, main loop
13 * Enable or disable the main X11 event handling function.
14 * This is used by drag_pointer() which has its own, modal event handler, which
15 * takes precedence over the normal event handler.
18 void main_set_x11_cb(bool enable);