mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Handle views created after decoration mode is sent for xdg-shell
This commit is contained in:
parent
700941dde8
commit
9d578e0a0f
6 changed files with 61 additions and 4 deletions
|
|
@ -52,6 +52,7 @@ struct sway_server {
|
|||
|
||||
struct wlr_server_decoration_manager *server_decoration_manager;
|
||||
struct wl_listener server_decoration;
|
||||
struct wl_list decorations; // sway_server_decoration::link
|
||||
|
||||
bool debug_txn_timings;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue