X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fdata.h;h=9a814f4517edb63d5ccc10694773070ddad69c35;hb=c127ac3855ac3fef150d0583cb7ae8a764d7e955;hp=3cf22f61ead571e30bc0b1bc2362aeeff5e1b1d6;hpb=dcf95fd312c5cf9af2309163dc04740e64baad0d;p=i3%2Fi3 diff --git a/include/data.h b/include/data.h index 3cf22f61..9a814f45 100644 --- a/include/data.h +++ b/include/data.h @@ -14,7 +14,6 @@ #include #include -#include #include #include #include @@ -135,6 +134,7 @@ struct deco_render_params { Rect con_deco_rect; uint32_t background; bool con_is_leaf; + orientation_t parent_orientation; }; /** @@ -196,7 +196,8 @@ struct regex { /** * Holds a keybinding, consisting of a keycode combined with modifiers and the - * command which is executed as soon as the key is pressed (see src/cfgparse.y) + * command which is executed as soon as the key is pressed (see + * src/config_parser.c) * */ struct Binding { @@ -440,8 +441,6 @@ struct Assignment { */ struct Con { bool mapped; - /** whether this is a split container or not */ - bool split; enum { CT_ROOT = 0, CT_OUTPUT = 1,