aboutsummaryrefslogtreecommitdiff
path: root/include/backend/wayland.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-12-14 23:59:04 +0100
committeremersion <contact@emersion.fr>2017-12-14 23:59:04 +0100
commit6b42bfad18f7bcb08ef031c699159d40ff6ac2a0 (patch)
treec8c24d5cf48c8a7487499d37da92e1bf7da419b9 /include/backend/wayland.h
parentb884025558e750268a06818dc63bc46716c75843 (diff)
parent23fb663ea4eaff436d9bfab7f74cdd298fac44c5 (diff)
Merge branch 'master' into xwm-selection
Diffstat (limited to 'include/backend/wayland.h')
-rw-r--r--include/backend/wayland.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h
index 7e2ec0d6..41cd21c8 100644
--- a/include/backend/wayland.h
+++ b/include/backend/wayland.h
@@ -22,6 +22,7 @@ struct wlr_wl_backend {
struct wl_list outputs;
struct wlr_egl egl;
size_t requested_outputs;
+ struct wl_listener local_display_destroy;
/* remote state */
struct wl_display *remote_display;
struct wl_event_source *remote_display_src;