manage: For isfloating/oldstate check/set, ensure trans client actually exists
commitbece862a0fc4fc18ef9065b18cd28e2032d0d975
authorMiles Alan <m@milesalan.com>
Mon, 21 Feb 2022 06:10:56 +0000 (21 01:10 -0500)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 13 Mar 2022 16:32:56 +0000 (13 17:32 +0100)
tree80a0ca1adeb396bde0fee1a29e72a6d6211c2cc8
parent60e9a14998bfe8666c641f7c27fec18e85ac7494
manage: For isfloating/oldstate check/set, ensure trans client actually exists

In certain instances trans may be set to a window that doesn't actually
map to a client via wintoclient; in this case it doesn't make sense
to set isfloating/oldstate since trans is essentially invalid in that
case / correlates to the above condition check where trans is set /
XGetTransientForHint is called.
dwm.c