X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fdata.h;h=63b18b280e8837b471b437d2e245857071e0ad50;hb=71ccb4bef2850bd5beab8a4ef4669bf53b5a9781;hp=3cf22f61ead571e30bc0b1bc2362aeeff5e1b1d6;hpb=72c66a2091659c0a986a627bdb3b766628437553;p=i3%2Fi3 diff --git a/include/data.h b/include/data.h index 3cf22f61..63b18b28 100644 --- a/include/data.h +++ b/include/data.h @@ -135,6 +135,7 @@ struct deco_render_params { Rect con_deco_rect; uint32_t background; bool con_is_leaf; + orientation_t parent_orientation; }; /** @@ -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,