mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
xwayland: fix style issues
This commit is contained in:
parent
a39b091bd9
commit
3391e5b634
4 changed files with 66 additions and 40 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue