expose event handler: use x_deco_recurse

This commit is contained in:
Michael Stapelberg
2011-07-10 22:06:16 +02:00
parent 7d9ba707b3
commit 78d25c4cd9
3 changed files with 12 additions and 18 deletions

View File

@ -460,7 +460,7 @@ copy_pixmaps:
* while drawing the decoration needs to happen in the actual order.
*
*/
static void x_deco_recurse(Con *con) {
void x_deco_recurse(Con *con) {
Con *current;
bool leaf = TAILQ_EMPTY(&(con->nodes_head)) &&
TAILQ_EMPTY(&(con->floating_head));