fix type in a ClientMessage (xu_sendmsg).

This commit is contained in:
okan
2013-05-27 23:20:45 +00:00
parent be1a7a3f5c
commit 692d341dfc
2 changed files with 11 additions and 11 deletions

View File

@@ -457,7 +457,7 @@ int xu_ptr_grab(Window, u_int, Cursor);
int xu_ptr_regrab(u_int, Cursor);
void xu_ptr_setpos(Window, int, int);
void xu_ptr_ungrab(void);
void xu_sendmsg(Window, Atom, long);
void xu_sendmsg(Window, Atom, Atom);
void xu_set_wm_state(Window win, int);
void xu_xft_draw(struct screen_ctx *, const char *,
int, int, int);