i3
include/load_layout.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  * load_layout.c: Restore (parts of) the layout, for example after an inplace
00008  *                restart.
00009  *
00010  */
00011 #ifndef _LOAD_LAYOUT_H
00012 #define _LOAD_LAYOUT_H
00013 
00014 void tree_append_json(const char *filename);
00015 
00016 #endif