diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-03-30 16:16:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-30 16:16:52 -0400 |
commit | 212d957c69b15e57a791eec52de34dcde4241e86 (patch) | |
tree | ca322e83acc15308f6aeb516a76a0c1fbd324c8c /include/wlr/xwayland.h | |
parent | e8cb5e89e915294b410a5349ccbdae40a456d0ff (diff) | |
parent | 865b0aa123172852b49df4178437e6e8a020bc60 (diff) |
Merge pull request #779 from emersion/xwayland-map-consistency
xwayland: rename map_notify to map for consistency
Diffstat (limited to 'include/wlr/xwayland.h')
-rw-r--r-- | include/wlr/xwayland.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |