]> Pileus Git - wmpus/blobdiff - wm.h
Fix struts with multi-monitors
[wmpus] / wm.h
diff --git a/wm.h b/wm.h
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..d25750d274c586b23ecff6e48f7d14f704ea9e98 100644 (file)
--- a/wm.h
+++ b/wm.h
@@ -0,0 +1,11 @@
+void wm_init(win_t *root);
+
+int wm_handle_key(win_t *win, Key_t key, mod_t mod, ptr_t ptr);
+
+int wm_handle_ptr(win_t *win, ptr_t ptr);
+
+void wm_insert(win_t *win);
+
+void wm_remove(win_t *win);
+
+void wm_update(void);