X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=wm.h;h=024faa771f8bd17b5df0598fcd093c001db98a7d;hb=5dd54ab27b27c888741e5700aad89226009eb449;hp=e5e8d76b9fb94249acbb4ac0b272cb4ce0c45f13;hpb=d7d862c402564b4fe29f17e1a55cdbb2967aa6fd;p=wmpus diff --git a/wm.h b/wm.h index e5e8d76..024faa7 100644 --- a/wm.h +++ b/wm.h @@ -3,3 +3,7 @@ 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); + +void wm_insert(win_t *win); + +void wm_remove(win_t *win);