[fixup] remove overlay.pending and add overlay.active.output

This commit is contained in:
tokyo4j 2024-03-24 22:24:40 +09:00
parent 5b1a03ae69
commit 93bc17a99a
7 changed files with 50 additions and 48 deletions

View file

@ -160,7 +160,6 @@ struct seat {
struct wlr_scene_tree *icons;
} drag;
/* Private use by overlay.c */
struct overlay overlay;
/* Used to prevent region snapping when starting a move with A-Left */
bool region_prevent_snap;