mechanical xu_{get,set}state -> xu_{get,set}_wm_state change

This commit is contained in:
okan
2013-04-17 13:57:06 +00:00
parent 302690624e
commit 006a29e617
3 changed files with 9 additions and 9 deletions

View File

@@ -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];