mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
On map, don't warp to windows that are marked as ignored.
Requested by Christian Neukirchen last august. He provided a patch but the one I wrote was significantly simpler (1 - 2 + in the whole diff). makes sense to okan@.
This commit is contained in:
parent
604a5d07a4
commit
760c6b5522
@ -90,8 +90,8 @@ xev_handle_maprequest(XEvent *ee)
|
|||||||
if (strncasecmp(wm->title, cc->name, strlen(wm->title)) == 0)
|
if (strncasecmp(wm->title, cc->name, strlen(wm->title)) == 0)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if ((cc->flags & CLIENT_IGNORE) == 0)
|
||||||
client_ptrwarp(cc);
|
client_ptrwarp(cc);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user