summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authoroga <oga>2008-07-22 20:26:12 +0000
committeroga <oga>2008-07-22 20:26:12 +0000
commit20052e024894b7cc2196c43076cfb441a57a99a6 (patch)
tree2ef5d448a24ec976cde1592809bd55447df1e1cf /calmwm.h
parent13b640ea29cc07d725b25635617daeb1e8839dd3 (diff)
downloadcwm-20052e024894b7cc2196c43076cfb441a57a99a6.tar.gz
cwm-20052e024894b7cc2196c43076cfb441a57a99a6.tar.xz
cwm-20052e024894b7cc2196c43076cfb441a57a99a6.zip
Add xu_key_ungrab() and a mirror to xu_key_ungrab(). a couple of changes
that are coming up depend on it.

ok okan.
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 f00cc0b..93d99f7 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -391,6 +391,7 @@ void			 xu_ptr_ungrab(void);
 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_sendmsg(struct client_ctx *, Atom, long);
 int			 xu_getprop(struct client_ctx *, Atom, Atom, long,
 			     u_char **);