]> Pileus Git - wmpus/blob - wm.h
Playing with focus
[wmpus] / wm.h
1 void wm_init(win_t *root);
2
3 int wm_handle_key(win_t *win, Key_t key, mod_t mod, ptr_t ptr);
4
5 int wm_handle_ptr(win_t *win, ptr_t ptr);