]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/src/ipc.c
Added Unicode-Support
[i3/i3] / i3bar / src / ipc.c
index 4b17a4bcad6901ba915f37017b87bd45e546990e..271cd3398f7fd6ca9de6cc9d1772be22e2cab018 100644 (file)
@@ -47,12 +47,10 @@ void got_subscribe_reply(char *reply) {
 }
 
 void got_output_reply(char *reply) {
-    printf("Got Outputs-Data!\nDestroying Windows...\n");
-    destroy_windows();
-    printf("Parsing JSON...\n");
+    printf("Parsing Outputs-JSON...\n");
     parse_outputs_json(reply);
-    printf("Creating_Windows...\n");
-    create_windows();
+    printf("Reconfiguring Windows...\n");
+    reconfig_windows();
 }
 
 handler_t reply_handlers[] = {