This commit is contained in:
st0rm-shad0w 2026-06-05 20:31:10 -07:00 committed by GitHub
commit 5838f455ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 1132 additions and 17 deletions

View file

@ -236,6 +236,10 @@ struct server {
struct ssd_button *hovered_button;
/* Track which handle/grip element is hovered (for cross-view cleanup) */
struct ssd *hovered_handle_ssd;
int hovered_handle_element; /* -1 = none */
/* Tree for all non-layer xdg/xwayland-shell surfaces */
struct wlr_scene_tree *workspace_tree;