From 3391e5b634ebabf53dac16eee332068ea4d578f3 Mon Sep 17 00:00:00 2001 From: Dominique Martinet Date: Sun, 20 Aug 2017 19:50:28 +0200 Subject: xwayland: fix style issues --- include/wlr/types/wlr_compositor.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_compositor.h b/include/wlr/types/wlr_compositor.h index d8a2506f..58a93760 100644 --- a/include/wlr/types/wlr_compositor.h +++ b/include/wlr/types/wlr_compositor.h @@ -10,7 +10,9 @@ struct wlr_compositor { struct wl_list surfaces; struct wl_listener destroy_surface_listener; - struct wl_signal create_surface_signal; + struct { + struct wl_signal create_surface; + } events; }; void wlr_compositor_destroy(struct wlr_compositor *wlr_compositor); -- cgit v1.2.3