Bugfix: Correctly render decorations in tabbed containers (don’t overlap)

This fixes a regression introduced in b644fb5f26.
This commit is contained in:
Michael Stapelberg
2011-05-01 18:48:30 +02:00
parent 43ec3ddbaf
commit d28008aa63
3 changed files with 23 additions and 7 deletions

View File

@ -66,7 +66,7 @@ void x_draw_decoration(Con *con);
* It recursively traverses all children of the given node.
*
*/
void x_push_node(Con *con, bool skip_decoration);
void x_push_node(Con *con);
/**
* Pushes all changes (state of each node, see x_push_node() and the window