From 865b0aa123172852b49df4178437e6e8a020bc60 Mon Sep 17 00:00:00 2001
From: emersion <contact@emersion.fr>
Date: Fri, 30 Mar 2018 11:01:23 -0400
Subject: xwayland: rename map_notify to map for consistency

---
 include/wlr/xwayland.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'include/wlr')

diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h
index f34860aa..1ee310ea 100644
--- a/include/wlr/xwayland.h
+++ b/include/wlr/xwayland.h
@@ -126,8 +126,8 @@ struct wlr_xwayland_surface {
 		struct wl_signal request_maximize;
 		struct wl_signal request_fullscreen;
 
-		struct wl_signal map_notify;
-		struct wl_signal unmap_notify;
+		struct wl_signal map;
+		struct wl_signal unmap;
 		struct wl_signal set_title;
 		struct wl_signal set_class;
 		struct wl_signal set_parent;
-- 
cgit v1.2.3