From b8bb34fcbff55d20b6ee7373685b86c7d5a8284d Mon Sep 17 00:00:00 2001 From: Okan Demirmen Date: Wed, 17 Apr 2013 13:57:07 +0000 Subject: mechanical xu_{get,set}state -> xu_{get,set}_wm_state change --- app/cwm/xutil.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/cwm/xutil.c') diff --git a/app/cwm/xutil.c b/app/cwm/xutil.c index 84b564ec9..49332c54f 100644 --- a/app/cwm/xutil.c +++ b/app/cwm/xutil.c @@ -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 @@ -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]; -- cgit v1.2.3