]> git.sur5r.net Git - i3/i3/commitdiff
also re-render the tree for commands using the new parser
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 9 May 2010 21:24:03 +0000 (23:24 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 9 May 2010 21:24:03 +0000 (23:24 +0200)
src/ipc.c

index 704c0d47c1de62ac067a305af4ac084b7955f465..81429abd46bda50c3598f115a5a3bd7ef7a00343 100644 (file)
--- 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