summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2011-03-22 10:49:46 +0000
committerokan <okan>2011-03-22 10:49:46 +0000
commita12fb346a2d45a046d69c78410c1afc5e7c311d2 (patch)
tree4bdb589285770a07b666399a5349278a5973557b /calmwm.h
parent00b502b1da59c43a82af9afb18f4e5cd0ea6f0c1 (diff)
downloadcwm-a12fb346a2d45a046d69c78410c1afc5e7c311d2.tar.gz
cwm-a12fb346a2d45a046d69c78410c1afc5e7c311d2.tar.xz
cwm-a12fb346a2d45a046d69c78410c1afc5e7c311d2.zip
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 'calmwm.h')
-rw-r--r--calmwm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index 91491c2..712a677 100644
--- a/calmwm.h
+++ b/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 **);