]> git.sur5r.net Git - i3/i3/blob - include/load_layout.h
Merge branch 'master' into next
[i3/i3] / include / load_layout.h
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 #pragma once
12
13 void tree_append_json(const char *filename, char **errormsg);