i3
include/xinerama.h
Go to the documentation of this file.
00001 /*
00002  * vim:ts=8:expandtab
00003  *
00004  * i3 - an improved dynamic tiling window manager
00005  *
00006  * © 2009-2010 Michael Stapelberg and contributors
00007  *
00008  * See file LICENSE for license information.
00009  *
00010  */
00011 #include "data.h"
00012 
00013 #ifndef _XINERAMA_H
00014 #define _XINERAMA_H
00015 
00021 void initialize_xinerama(xcb_connection_t *conn);
00022 
00023 #endif