diff options
author | emersion <contact@emersion.fr> | 2017-10-08 19:12:28 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-10-08 19:12:28 +0200 |
commit | 7b6d785f52a8f5600a2d4763b5bc093d22bd875b (patch) | |
tree | cfe7be643f0dbb366a0a45ff63f753f399ac613b /include/wlr | |
parent | 74d31983b5dac54e0692c363d57562dcec1b200e (diff) |
Rename wlr_surface->signals to events
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_surface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h index 23e53811..9f898b38 100644 --- a/include/wlr/types/wlr_surface.h +++ b/include/wlr/types/wlr_surface.h @@ -71,7 +71,7 @@ struct wlr_surface { struct { struct wl_signal commit; struct wl_signal destroy; - } signals; + } events; // destroy listener used by compositor struct wl_listener compositor_listener; |