i3
main.h
Go to the documentation of this file.
1/*
2 * vim:ts=4:sw=4:expandtab
3 *
4 * i3 - an improved 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
20void main_set_x11_cb(bool enable);
void main_set_x11_cb(bool enable)
Enable or disable the main X11 event handling function.
Definition main.c:166