X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=wm.h;h=e5e8d76b9fb94249acbb4ac0b272cb4ce0c45f13;hb=078801ca18f69b82db8174109e1d1112fb98d1eb;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=58936d6ab733acf784cf8b1a8f6839b7a75bfe7a;p=wmpus diff --git a/wm.h b/wm.h index e69de29..e5e8d76 100644 --- a/wm.h +++ b/wm.h @@ -0,0 +1,5 @@ +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);