From: tokyo4j Date: Sun, 29 Dec 2024 15:38:43 +0000 (+0900) Subject: src/desktop.c: remove osd_review_restore() call in desktop_cycle_view() X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=1e0a7e25627d0bc79aaf22f9a46db7836001e927;p=proto%2Flabwc.git src/desktop.c: remove osd_review_restore() call in desktop_cycle_view() It was a cruft from days when we used to walk scene-nodes to get the next view to cycle. --- diff --git a/src/desktop.c b/src/desktop.c index e8c36749..5f7958b9 100644 --- a/src/desktop.c +++ b/src/desktop.c @@ -112,9 +112,6 @@ struct view * desktop_cycle_view(struct server *server, struct view *start_view, enum lab_cycle_dir dir) { - /* Make sure to have all nodes in their actual ordering */ - osd_preview_restore(server); - struct view *(*iter)(struct wl_list *head, struct view *view, enum lab_view_criteria criteria); bool forwards = dir == LAB_CYCLE_DIR_FORWARD;