This commit is contained in:
minus 2015-08-25 01:58:54 +00:00
commit 09de1359fc
6 changed files with 181 additions and 82 deletions

View file

@ -30,6 +30,9 @@ enum swayc_layouts{
struct sway_container {
wlc_handle handle;
// Internal container, e.g. scratchpad
bool internal;
enum swayc_types type;
enum swayc_layouts layout;