i3
load_layout.h
Go to the documentation of this file.
1 /*
2  * vim:ts=4:sw=4:expandtab
3  *
4  * i3 - an improved dynamic tiling window manager
5  * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
6  *
7  * load_layout.c: Restore (parts of) the layout, for example after an inplace
8  * restart.
9  *
10  */
11 #ifndef I3_LOAD_LAYOUT_H
12 #define I3_LOAD_LAYOUT_H
13 
14 void tree_append_json(const char *filename);
15 
16 #endif
void tree_append_json(const char *filename)
Definition: load_layout.c:350