about summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2013-04-17 13:52:20 +0000
committerokan <okan>2013-04-17 13:52:20 +0000
commit302690624e29eddb506e4a377b59eac029128f3f (patch)
tree59804d704a190ab7f347ff8112dddb25e09f0dfd /calmwm.h
parent1dbcc394aed6f7e4161ab065516128fa94bd0149 (diff)
downloadcwm-302690624e29eddb506e4a377b59eac029128f3f.tar.gz
cwm-302690624e29eddb506e4a377b59eac029128f3f.tar.xz
cwm-302690624e29eddb506e4a377b59eac029128f3f.zip
slightly rework WM_STATE set/get to make it less ambigious; will be more clear
on what needs to change to make it right in the end.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 5166984..ad8555a 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -477,7 +477,7 @@ int			 xu_ptr_regrab(int, Cursor);
 void			 xu_ptr_setpos(Window, int, int);
 void			 xu_ptr_ungrab(void);
 void			 xu_sendmsg(Window, Atom, long);
-void			 xu_setstate(struct client_ctx *, int);
+void			 xu_setstate(Window win, int);
 void 			 xu_xorcolor(XRenderColor, XRenderColor,
 			     XRenderColor *);