diff options
author | Ronan Pigott <rpigott@berkeley.edu> | 2021-10-25 23:31:48 -0700 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-10-31 10:33:14 +0100 |
commit | 8e225261f0eed9f992c77476a05832ff6f2f865d (patch) | |
tree | 759a3146c895607659b1418fced8dd79a83926af /include/backend/wayland.h | |
parent | e2aff8a9b0c2852931a80b615a3aa367d954c8da (diff) |
backend/wayland: use xdga client activation
Diffstat (limited to 'include/backend/wayland.h')
-rw-r--r-- | include/backend/wayland.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h index ac151267..3235494d 100644 --- a/include/backend/wayland.h +++ b/include/backend/wayland.h @@ -24,6 +24,7 @@ struct wlr_wl_backend { size_t requested_outputs; size_t last_output_num; struct wl_listener local_display_destroy; + char *activation_token; /* remote state */ struct wl_display *remote_display; @@ -42,6 +43,7 @@ struct wlr_wl_backend { struct wlr_drm_format_set shm_formats; struct wlr_drm_format_set linux_dmabuf_v1_formats; struct wl_drm *legacy_drm; + struct xdg_activation_v1 *activation_v1; char *drm_render_name; }; |