X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=wm.h;h=4b1d834a36907fed08c08dd0aaacc5219a71af8a;hb=c00388973ecb2af94cc7b74ef762f0b8d10741e6;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=58936d6ab733acf784cf8b1a8f6839b7a75bfe7a;p=wmpus diff --git a/wm.h b/wm.h index e69de29..4b1d834 100644 --- a/wm.h +++ b/wm.h @@ -0,0 +1,5 @@ +void wm_init(win_t *root); + +void 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);