Merge branch 'master' into smarter-auto-orientation

This commit is contained in:
Milad Alizadeh 2026-03-02 15:22:12 +00:00 committed by GitHub
commit 6e82019b7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 18 additions and 3 deletions

View file

@ -33,6 +33,7 @@ struct sway_layer_popup {
struct wl_listener destroy;
struct wl_listener new_popup;
struct wl_listener commit;
struct wl_listener reposition;
};
struct sway_output;