]> git.sur5r.net Git - i3/i3/blob - include/main.h
Merge branch 'release-4.16.1'
[i3/i3] / include / main.h
1 /*
2  * vim:ts=4:sw=4:expandtab
3  *
4  * i3 - an improved dynamic tiling window manager
5  * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
6  *
7  * main.c: Initialization, main loop
8  *
9  */
10 #pragma once
11
12 #include <config.h>
13
14 /**
15  * Enable or disable the main X11 event handling function.
16  * This is used by drag_pointer() which has its own, modal event handler, which
17  * takes precedence over the normal event handler.
18  *
19  */
20 void main_set_x11_cb(bool enable);