]> git.lizzy.rs Git - bspwm.git/blobdiff - messages.c
Reset stacking client list whenever appropriate
[bspwm.git] / messages.c
index 98e9f3783c35cd52a5a29b4a5c49abaf6705556f..dac53436251ae2226f6fb95af8b5273b38ef6700 100644 (file)
@@ -55,7 +55,7 @@ void process_message(char *msg, char *rsp)
     } else if (strcmp(cmd, "close") == 0) {
         window_close(mon->desk->focus);
     } else if (strcmp(cmd, "kill") == 0) {
-        window_kill(mon->desk, mon->desk->focus);
+        window_kill(mon, mon->desk, mon->desk->focus);
     } else if (strcmp(cmd, "rotate") == 0) {
         char *deg = strtok(NULL, TOK_SEP);
         if (deg != NULL) {