Draw indicator border only for split layouts
In order to distinguish split layouts from tabbed/stacking layouts when only one window is shown, do not draw the indicator border for tabbed or stacking layouts.
This commit is contained in:
committed by
Michael Stapelberg
parent
96575e14a0
commit
609496d13f
@ -147,7 +147,7 @@ struct deco_render_params {
|
||||
Rect con_deco_rect;
|
||||
uint32_t background;
|
||||
bool con_is_leaf;
|
||||
orientation_t parent_orientation;
|
||||
layout_t parent_layout;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user