i3
include/xinerama.h
Go to the documentation of this file.
00001 /*
00002  * vim:ts=4:sw=4:expandtab
00003  *
00004  * i3 - an improved dynamic tiling window manager
00005  * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
00006  *
00007  * This is LEGACY code (we support RandR, which can do much more than
00008  * Xinerama), but necessary for the poor users of the nVidia binary
00009  * driver which does not support RandR in 2011 *sigh*.
00010  *
00011  */
00012 #ifndef _XINERAMA_H
00013 #define _XINERAMA_H
00014 
00015 #include "data.h"
00016 
00022 void xinerama_init();
00023 
00024 #endif