unify type; no change

This commit is contained in:
okan
2013-10-03 13:51:57 +00:00
parent a439012b58
commit 6ac51b8e41
4 changed files with 6 additions and 6 deletions

View File

@@ -512,7 +512,7 @@ void xev_loop(void);
void xu_btn_grab(Window, int, u_int);
void xu_btn_ungrab(Window, int, u_int);
int xu_getprop(Window, Atom, Atom, long, u_char **);
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);