summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2010-04-11 16:51:26 +0000
committerokan <okan>2010-04-11 16:51:26 +0000
commitb12e6fc5cdba5683832ddaace84150ff6cc507a8 (patch)
tree5f2105b911fab56640a0327fc416bcfd63313465 /calmwm.h
parent46c9b5cbae1fca201b2ffdcc9e7d9ff0dcd7ed27 (diff)
downloadcwm-b12e6fc5cdba5683832ddaace84150ff6cc507a8.tar.gz
cwm-b12e6fc5cdba5683832ddaace84150ff6cc507a8.tar.xz
cwm-b12e6fc5cdba5683832ddaace84150ff6cc507a8.zip
clean up a few xu_* functions to just accept what they need (Window).
ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index bb25ea6..173c7cb 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -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 *);