From 7f39578824b9732bec7925b3745deb59fab3681f Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Sun, 24 Sep 2017 08:25:53 -0400 Subject: cleanup wlr_surface.[ch] --- include/wlr/types/wlr_surface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h index eb88a663..04c64a72 100644 --- a/include/wlr/types/wlr_surface.h +++ b/include/wlr/types/wlr_surface.h @@ -54,8 +54,8 @@ struct wlr_surface { } signals; struct wl_list frame_callback_list; // wl_surface.frame - - struct wl_listener compositor_listener; // destroy listener used by compositor + // destroy listener used by compositor + struct wl_listener compositor_listener; void *compositor_data; // subsurface properties -- cgit v1.2.3