diff options
author | okan | 2013-04-17 13:57:06 +0000 |
---|---|---|
committer | okan | 2013-04-17 13:57:06 +0000 |
commit | 1474b1efa279e0271abd1fba7efd80869ac96175 (patch) | |
tree | 8a975d8d1ff2f634d44ea8be33a6f8aad6dea2b5 /xutil.c | |
parent | 85984c35a322bce1ae3c3377e4c36b7683891ad3 (diff) | |
download | cwm-1474b1efa279e0271abd1fba7efd80869ac96175.tar.gz |
mechanical xu_{get,set}state -> xu_{get,set}_wm_state change
Diffstat (limited to 'xutil.c')
-rw-r--r-- | xutil.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: xutil.c,v 1.55 2013/04/17 13:52:20 okan Exp $ + * $OpenBSD: xutil.c,v 1.56 2013/04/17 13:57:06 okan Exp $ */ #include <sys/param.h> @@ -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]; |