diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2011-03-22 10:49:47 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2011-03-22 10:49:47 +0000 |
commit | 8a2cf63fb53939d371f94f692d9d352b1005dee3 (patch) | |
tree | 6c395731802a8fe7dfe9b2a314db89a99493e0ec /app/cwm/calmwm.h | |
parent | f543130c493810295da0f0d472d148fa302471e8 (diff) |
remove XXX and move a configure event out of the event handler functions.
reminded by a similiar diff from Thomas Pfaff.
ok oga@
Diffstat (limited to 'app/cwm/calmwm.h')
-rw-r--r-- | app/cwm/calmwm.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app/cwm/calmwm.h b/app/cwm/calmwm.h index 5fc5372d6..75ac1adee 100644 --- a/app/cwm/calmwm.h +++ b/app/cwm/calmwm.h @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: calmwm.h,v 1.119 2011/03/22 10:47:59 okan Exp $ + * $Id: calmwm.h,v 1.120 2011/03/22 10:49:46 okan Exp $ */ #ifndef _CALMWM_H_ @@ -375,9 +375,6 @@ struct menu *menu_filter(struct screen_ctx *, struct menu_q *, void (*)(struct menu *, int)); void menu_init(struct screen_ctx *); -/* XXX should be xu_ */ -void xev_reconfig(struct client_ctx *); - void xev_loop(void); void xu_getatoms(void); @@ -390,6 +387,7 @@ void xu_ptr_setpos(Window, int, int); void xu_ptr_getpos(Window, int *, int *); void xu_key_grab(Window, int, int); void xu_key_ungrab(Window, int, int); +void xu_configure(struct client_ctx *); void xu_sendmsg(Window, Atom, long); int xu_getprop(Window, Atom, Atom, long, u_char **); int xu_getstrprop(Window, Atom, char **); |