]> git.sur5r.net Git - i3/i3/blob - include/xinerama.h
Merge branch 'release-4.16.1'
[i3/i3] / include / xinerama.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  * This is LEGACY code (we support RandR, which can do much more than
8  * Xinerama), but necessary for the poor users of the nVidia binary
9  * driver which does not support RandR in 2011 *sigh*.
10  *
11  */
12 #pragma once
13
14 #include <config.h>
15
16 #include "data.h"
17
18 /**
19  * We have just established a connection to the X server and need the initial
20  * Xinerama information to setup workspaces for each screen.
21  *
22  */
23 void xinerama_init(void);