]> git.sur5r.net Git - i3/i3/blob - include/xinerama.h
Merge i3bar into next
[i3/i3] / include / xinerama.h
1 /*
2  * vim:ts=8:expandtab
3  *
4  * i3 - an improved dynamic tiling window manager
5  *
6  * © 2009-2010 Michael Stapelberg and contributors
7  *
8  * See file LICENSE for license information.
9  *
10  */
11 #include "data.h"
12
13 #ifndef _XINERAMA_H
14 #define _XINERAMA_H
15
16 /**
17  * We have just established a connection to the X server and need the initial
18  * Xinerama information to setup workspaces for each screen.
19  *
20  */
21 void xinerama_init();
22
23 #endif