mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
xwayland shell
This commit is contained in:
parent
7141f65259
commit
1870f116ba
5 changed files with 162 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ struct sway_server {
|
|||
|
||||
struct wlr_xdg_shell_v6 *xdg_shell_v6;
|
||||
struct wl_listener xdg_shell_v6_surface;
|
||||
|
||||
struct wlr_xwayland *xwayland;
|
||||
struct wl_listener xwayland_surface;
|
||||
};
|
||||
|
||||
struct sway_server server;
|
||||
|
|
@ -42,5 +45,6 @@ void output_add_notify(struct wl_listener *listener, void *data);
|
|||
void output_remove_notify(struct wl_listener *listener, void *data);
|
||||
|
||||
void handle_xdg_shell_v6_surface(struct wl_listener *listener, void *data);
|
||||
void handle_xwayland_surface(struct wl_listener *listener, void *data);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue