mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Make all listeners private
This commit is contained in:
parent
3bbfae73ae
commit
1520be3c5c
44 changed files with 365 additions and 180 deletions
|
|
@ -48,10 +48,12 @@ struct wlr_xwayland_server {
|
|||
struct wl_signal destroy;
|
||||
} events;
|
||||
|
||||
struct wl_listener client_destroy;
|
||||
struct wl_listener display_destroy;
|
||||
|
||||
void *data;
|
||||
|
||||
struct {
|
||||
struct wl_listener client_destroy;
|
||||
struct wl_listener display_destroy;
|
||||
} WLR_PRIVATE;
|
||||
};
|
||||
|
||||
struct wlr_xwayland_server_ready_event {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue