i3

include/container.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 Michael Stapelberg and contributors
00007  *
00008  * See file LICENSE for license information.
00009  *
00010  */
00011 #include "data.h"
00012 
00013 #ifndef _CONTAINER_H
00014 #define _CONTAINER_H
00015 
00024 int container_mode(Container *con, bool for_frame);
00025 
00026 #endif