Add xu_key_ungrab() and a mirror to xu_key_ungrab(). a couple of changes

that are coming up depend on it.

ok okan.
This commit is contained in:
oga
2008-07-22 20:26:12 +00:00
parent 13b640ea29
commit 20052e0248
2 changed files with 18 additions and 3 deletions

View File

@@ -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 **);