]> git.mdlowis.com Git - proto/labwc.git/commit
desktop: move scene-tree node in move-to-back
authorJohan Malm <jgm323@gmail.com>
Sat, 25 Mar 2023 16:38:43 +0000 (16:38 +0000)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 26 Mar 2023 19:22:57 +0000 (20:22 +0100)
commita6896e6978996ac9bf586752d9f1bce75e2d8923
tree8d97a8aa55b80c18b4f8b4e75d0fc9aa423526be
parente45fe0804dd37c922966c829c3cbc37e4064c545
desktop: move scene-tree node in move-to-back

view_minimize() does not need to call desktop_move_to_back() because the
stacking order is not changed and the windowSwitcher uses the scene-tree
nodes anyway.

Note: Movement of xwayland sub-views still relies on keeping server->views
in sync with z-order
include/view-impl-common.h
include/view.h
src/desktop.c
src/view-impl-common.c
src/view.c
src/xdg.c
src/xwayland.c