diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-03-22 17:28:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-22 17:28:37 -0400 |
commit | 00bb9de29b154970ac76646d2e8db5fc2eda37f9 (patch) | |
tree | 90134db94aa17a09335465451c145c9b28be9dd0 /include/backend | |
parent | ff2e08aa7481517d0bd4379ff0d0b51098f72064 (diff) | |
parent | e86cd4dc33e495c2e5cacd319ba75984ea19a868 (diff) |
Merge pull request #727 from martinetd/x11_wl_backend_fixes
Address sanitizer fixes
Diffstat (limited to 'include/backend')
-rw-r--r-- | include/backend/wayland.h | 1 |
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); |