]> git.mdlowis.com Git - proto/labwc.git/commit
xwayland: guard against mapping view without surface
authorJohan Malm <jgm323@gmail.com>
Fri, 4 Aug 2023 20:58:52 +0000 (21:58 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 5 Aug 2023 14:25:00 +0000 (15:25 +0100)
commitdfc0dfba6dffd4392a2b751698c5705ffe95656a
tree975c00b06b3028d71f6326c8ecd870d676ec2ba5
parent1212f34825575186169419b0305f337fddb587c1
xwayland: guard against mapping view without surface

...which may occur if a user minimizes an xwayland view (typically a
child view such as a dialog) at the same time as the client sends a
request-unmap, which xwayland clients sometimes do without actually
requesting destroy and just leave them dangling.
src/xwayland.c