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 #pragma once
12 
13 void tree_append_json(Con *con, const char *filename, char **errormsg);
void tree_append_json(Con *con, const char *filename, char **errormsg)
Definition: load_layout.c:393
A 'Con' represents everything from the X11 root window down to a single X11 window.
Definition: data.h:479