draw leaf window decorations on ->frame instead of ->parent->frame
related to https://github.com/i3/i3/issues/3724 fixes https://github.com/i3/i3/issues/1966
This commit is contained in:
committed by
Michael Stapelberg
parent
6e6af01b7a
commit
d26ddcbfe5
@ -420,6 +420,14 @@ Con *con_descend_tiling_focused(Con *con);
|
||||
*/
|
||||
Con *con_descend_direction(Con *con, direction_t direction);
|
||||
|
||||
/**
|
||||
* Returns whether the window decoration (title bar) should be drawn into the
|
||||
* X11 frame window of this container (default) or into the X11 frame window of
|
||||
* the parent container (for stacked/tabbed containers).
|
||||
*
|
||||
*/
|
||||
bool con_draw_decoration_into_frame(Con *con);
|
||||
|
||||
/**
|
||||
* Returns a "relative" Rect which contains the amount of pixels that need to
|
||||
* be added to the original Rect to get the final position (obviously the
|
||||
|
Reference in New Issue
Block a user