From: Michael Stapelberg Date: Sun, 9 May 2010 21:24:03 +0000 (+0200) Subject: also re-render the tree for commands using the new parser X-Git-Tag: tree-pr1~226 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=09523f36f5916e6c1079f4055bd0da3ea578be02;p=i3%2Fi3 also re-render the tree for commands using the new parser --- diff --git a/src/ipc.c b/src/ipc.c index 704c0d47..81429abd 100644 --- a/src/ipc.c +++ b/src/ipc.c @@ -115,6 +115,7 @@ IPC_HANDLER(command) { char *command = scalloc(message_size); strncpy(command, (const char*)message, message_size); parse_cmd((const char*)command); + tree_render(); free(command); /* For now, every command gets a positive acknowledge