aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-09-24 08:25:53 -0400
committerTony Crisci <tony@dubstepdish.com>2017-09-30 08:55:40 -0400
commit7f39578824b9732bec7925b3745deb59fab3681f (patch)
tree3d9cb3e9dcf38c26f095d00bfa7f722f69599581 /include/wlr
parent68eeebc6478373c07582237118ce828e3b469bae (diff)
cleanup wlr_surface.[ch]
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_surface.h4
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