]> Pileus Git - wmpus/blobdiff - wm.h
Rename to wmpus
[wmpus] / wm.h
diff --git a/wm.h b/wm.h
index 4b1d834a36907fed08c08dd0aaacc5219a71af8a..d25750d274c586b23ecff6e48f7d14f704ea9e98 100644 (file)
--- a/wm.h
+++ b/wm.h
@@ -1,5 +1,11 @@
 void wm_init(win_t *root);
 
-void wm_handle_key(win_t *win, Key_t key, mod_t mod, ptr_t ptr);
+int wm_handle_key(win_t *win, Key_t key, mod_t mod, ptr_t ptr);
 
-void wm_handle_ptr(win_t *win, 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);