diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-09-24 08:25:53 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-09-30 08:55:40 -0400 |
commit | 7f39578824b9732bec7925b3745deb59fab3681f (patch) | |
tree | 3d9cb3e9dcf38c26f095d00bfa7f722f69599581 /include | |
parent | 68eeebc6478373c07582237118ce828e3b469bae (diff) |
cleanup wlr_surface.[ch]
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_surface.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |