summary refs log tree commit diff
path: root/xutil.c
diff options
context:
space:
mode:
authorokan <okan>2013-04-17 13:57:06 +0000
committerokan <okan>2013-04-17 13:57:06 +0000
commit006a29e61773b02855e3c4e4a85d0e05f2837c6e (patch)
treed6e1222cc04175db4ba37044cd02c6f63327cdb1 /xutil.c
parent302690624e29eddb506e4a377b59eac029128f3f (diff)
downloadcwm-006a29e61773b02855e3c4e4a85d0e05f2837c6e.tar.gz
cwm-006a29e61773b02855e3c4e4a85d0e05f2837c6e.tar.xz
cwm-006a29e61773b02855e3c4e4a85d0e05f2837c6e.zip
mechanical xu_{get,set}state -> xu_{get,set}_wm_state change
Diffstat (limited to 'xutil.c')
-rw-r--r--xutil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xutil.c b/xutil.c
index 8a22e21..765b664 100644
--- a/xutil.c
+++ b/xutil.c
@@ -203,7 +203,7 @@ xu_getstrprop(Window win, Atom atm, char **text) {
 }
 
 int
-xu_getstate(Window win, int *state)
+xu_get_wm_state(Window win, int *state)
 {
 	long	*p = NULL;
 
@@ -218,7 +218,7 @@ xu_getstate(Window win, int *state)
 }
 
 void
-xu_setstate(Window win, int state)
+xu_set_wm_state(Window win, int state)
 {
 	long	 dat[2];