about summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2013-10-25 19:46:16 +0000
committerokan <okan>2013-10-25 19:46:16 +0000
commit0c99788f66ca591381601768c53ddf4ba203372a (patch)
tree1fce649dc4d803a2fc242bc68f77a9fcd09bd535 /calmwm.h
parent0d6e8a9146309f5dab93b4d15abfa91aac31ec5f (diff)
parent6e17b41f566865629d3dd35a6a60e081e6e2b089 (diff)
downloadcwm-0c99788f66ca591381601768c53ddf4ba203372a.tar.gz
cwm-0c99788f66ca591381601768c53ddf4ba203372a.tar.xz
cwm-0c99788f66ca591381601768c53ddf4ba203372a.zip
cvsimport
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 5430cd4..ef9cdd3 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -385,7 +385,7 @@ struct client_ctx	*client_current(void);
 void			 client_cycle(struct screen_ctx *, int);
 void			 client_cycle_leave(struct screen_ctx *,
 			     struct client_ctx *);
-void			 client_delete(struct client_ctx *);
+void			 client_delete(struct client_ctx *, int);
 void			 client_draw_border(struct client_ctx *);
 struct client_ctx	*client_find(Window);
 void			 client_freeze(struct client_ctx *);
@@ -523,11 +523,12 @@ void			 conf_screen(struct screen_ctx *);
 void			 xev_loop(void);
 
 void			 xu_btn_grab(Window, int, u_int);
-void			 xu_btn_ungrab(Window, int, u_int);
+void			 xu_btn_ungrab(Window);
 int			 xu_getprop(Window, Atom, Atom, long, unsigned char **);
 int			 xu_get_wm_state(Window, int *);
 int			 xu_getstrprop(Window, Atom, char **);
 void			 xu_key_grab(Window, u_int, KeySym);
+void			 xu_key_ungrab(Window);
 void			 xu_ptr_getpos(Window, int *, int *);
 int			 xu_ptr_grab(Window, u_int, Cursor);
 int			 xu_ptr_regrab(u_int, Cursor);