]> git.lizzy.rs Git - bspwm.git/blobdiff - rules.h
Window dragging: transfer node to underlying monitor
[bspwm.git] / rules.h
diff --git a/rules.h b/rules.h
index 93ac56444e9f394cf9084f856c4d9fde909ebdb8..47976988a9b7d5d07647eb35a3007f9f4acca15e 100644 (file)
--- a/rules.h
+++ b/rules.h
@@ -2,6 +2,6 @@
 #define _RULES_H
 
 bool is_match(rule_t *, xcb_window_t);
-void handle_rules(xcb_window_t, bool *, bool *, bool *, bool *, desktop_t **);
+void handle_rules(xcb_window_t, bool *, bool *, bool *, bool *, bool *);
 
 #endif