clean up a few xu_* functions to just accept what they need (Window).

ok oga@
This commit is contained in:
okan
2010-04-11 16:51:26 +00:00
parent 46c9b5cbae
commit b12e6fc5cd
4 changed files with 12 additions and 13 deletions

View File

@@ -399,9 +399,8 @@ 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 **);
void xu_sendmsg(Window, Atom, long);
int xu_getprop(Window, Atom, Atom, long, u_char **);
char *xu_getstrprop(struct client_ctx *, Atom atm);
void xu_setstate(struct client_ctx *, int);
int xu_getstate(struct client_ctx *, int *);