mirror of
https://github.com/labwc/labwc.git
synced 2026-06-14 14:33:17 -04:00
Merge ba5a0b9829 into 579e532908
This commit is contained in:
commit
5838f455ad
19 changed files with 1132 additions and 17 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue