xwayland: fix style issues

This commit is contained in:
Dominique Martinet 2017-08-20 19:50:28 +02:00
parent a39b091bd9
commit 3391e5b634
4 changed files with 66 additions and 40 deletions

View file

@ -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);