From 7b6d785f52a8f5600a2d4763b5bc093d22bd875b Mon Sep 17 00:00:00 2001
From: emersion <contact@emersion.fr>
Date: Sun, 8 Oct 2017 19:12:28 +0200
Subject: Rename wlr_surface->signals to events

---
 include/wlr/types/wlr_surface.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'include/wlr')

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;
-- 
cgit v1.2.3