]> git.mdlowis.com Git - proto/labwc.git/commit
xwayland: call foreign-toplevel-destroy on unmap
authorJohan Malm <jgm323@gmail.com>
Tue, 17 May 2022 17:10:29 +0000 (18:10 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Mon, 30 May 2022 19:08:54 +0000 (21:08 +0200)
commit62ae87bbd9d90bdd3566f4fcff5b51be1425f800
tree292ea9e4b51d845c23a416d3e4795255a44ca4d0
parent1e29d0606dd681a7ed751d92d50c0bc4863defe3
xwayland: call foreign-toplevel-destroy on unmap

Some xwayland clients leave unmapped child views around, typically when a
dialog window is closed. Although handle_destroy() is not called for
these, we have to call foreign-toplevel-destroy to avoid panels and the
like incorrecly showing them.
src/xwayland.c