aboutsummaryrefslogtreecommitdiff
path: root/include/backend/wayland.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-03-22 17:28:37 -0400
committerGitHub <noreply@github.com>2018-03-22 17:28:37 -0400
commit00bb9de29b154970ac76646d2e8db5fc2eda37f9 (patch)
tree90134db94aa17a09335465451c145c9b28be9dd0 /include/backend/wayland.h
parentff2e08aa7481517d0bd4379ff0d0b51098f72064 (diff)
parente86cd4dc33e495c2e5cacd319ba75984ea19a868 (diff)
Merge pull request #727 from martinetd/x11_wl_backend_fixes
Address sanitizer fixes
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 b68208af..00b6ae89 100644
--- a/include/backend/wayland.h
+++ b/include/backend/wayland.h
@@ -71,6 +71,7 @@ struct wlr_wl_pointer {
struct wlr_pointer wlr_pointer;
enum wlr_axis_source axis_source;
struct wlr_wl_backend_output *current_output;
+ struct wl_listener output_destroy_listener;
};
void wlr_wl_registry_poll(struct wlr_wl_backend *backend);