summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authoroga <oga>2010-04-12 16:17:46 +0000
committeroga <oga>2010-04-12 16:17:46 +0000
commitf769df540d901b5b113a30de5356098aab81f427 (patch)
tree5c915430264e1b434b82eef9e8f4558e0a15fdf1 /calmwm.h
parentd90ab511119139a86022ee8973ce31c6681e2548 (diff)
parenta292c96977547511316acc8e20798f7c2b1edb19 (diff)
downloadcwm-f769df540d901b5b113a30de5356098aab81f427.tar.gz
cwm-f769df540d901b5b113a30de5356098aab81f427.tar.xz
cwm-f769df540d901b5b113a30de5356098aab81f427.zip
cvsimport
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 810dd4b..88bde09 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -403,9 +403,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 *);