]> git.mdlowis.com Git - proto/labwc.git/commit
view: if view->fullscreen on destroy, re-enable top-layer
authorJohan Malm <jgm323@gmail.com>
Tue, 7 Jun 2022 21:28:25 +0000 (22:28 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Tue, 7 Jun 2022 21:41:37 +0000 (23:41 +0200)
commitbbea6d833090fba861b490f177ccf861f6331130
tree2ba3bfd8b2bdfa5e52353b85747cefce4204cee7
parent138b1852c1878786fc42f975de1df93b331b7856
view: if view->fullscreen on destroy, re-enable top-layer

The layer-shell top-layer is disabled when running an application in
fullscreen mode, so if this is the case on view_destroy() we have to
re-enabled the top-layer again.

Reported-by: @heroin-moose
Helped-by: @Consolatis
Fixes #377
src/view.c