mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Execute pending commands when Xwayland is ready
This commit is contained in:
parent
38903e5801
commit
a686fb07ae
2 changed files with 23 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ struct sway_server {
|
|||
|
||||
struct wlr_xwayland *xwayland;
|
||||
struct wl_listener xwayland_surface;
|
||||
struct wl_listener xwayland_ready;
|
||||
|
||||
struct wlr_wl_shell *wl_shell;
|
||||
struct wl_listener wl_shell_surface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue