]> git.lizzy.rs Git - bspwm.git/blobdiff - events.h
Update TODO
[bspwm.git] / events.h
index 2920e66eac0ba1f40f49695b3eb0173ba47e0f1c..6f61ad5c2b31591c401a612a487ebad3a848d198 100644 (file)
--- a/events.h
+++ b/events.h
@@ -10,6 +10,12 @@ void destroy_notify(xcb_generic_event_t *);
 void unmap_notify(xcb_generic_event_t *);
 void configure_request(xcb_generic_event_t *);
 void client_message(xcb_generic_event_t *);
-void handle_state(node_t *, xcb_atom_t, unsigned int);
+void property_notify(xcb_generic_event_t *);
+void enter_notify(xcb_generic_event_t *);
+void motion_notify(xcb_generic_event_t *);
+void handle_state(monitor_t *, desktop_t *, node_t *, xcb_atom_t, unsigned int);
+void grab_pointer(pointer_action_t);
+void track_pointer(int, int);
+void ungrab_pointer(void);
 
 #endif