aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-10-08 13:28:26 -0400
committerGitHub <noreply@github.com>2017-10-08 13:28:26 -0400
commit3f4ccd0558a962558625ca61cfb7320cffd33b8a (patch)
treecfe7be643f0dbb366a0a45ff63f753f399ac613b /include
parent74d31983b5dac54e0692c363d57562dcec1b200e (diff)
parent7b6d785f52a8f5600a2d4763b5bc093d22bd875b (diff)
Merge pull request #244 from emersion/rename-surface-events
Rename wlr_surface->signals to events
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_surface.h2
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;