about summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2013-10-20 01:55:32 +0000
committerokan <okan>2013-10-20 01:55:32 +0000
commit5b733a152daa01493301333a7e756394f9b45455 (patch)
tree7e093b57125d105e6c2a2995cba0d6cb3758caa0 /calmwm.h
parent9ff288baefadb19f50def66072d1a9a765efe5b5 (diff)
downloadcwm-5b733a152daa01493301333a7e756394f9b45455.tar.gz
cwm-5b733a152daa01493301333a7e756394f9b45455.tar.xz
cwm-5b733a152daa01493301333a7e756394f9b45455.zip
wrap key ungrab like btn ungrab, for it'll be used again
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index e888bac..5a827b4 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -516,6 +516,7 @@ 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);