mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-18 14:32:55 -04:00
Use WLR_PRIVATE for private fields
This commit is contained in:
parent
e51ce333bc
commit
6006023a37
35 changed files with 262 additions and 249 deletions
|
|
@ -65,13 +65,13 @@ struct wlr_xwayland {
|
|||
|
||||
void *data;
|
||||
|
||||
// private state
|
||||
|
||||
struct wl_listener server_start;
|
||||
struct wl_listener server_ready;
|
||||
struct wl_listener server_destroy;
|
||||
struct wl_listener seat_destroy;
|
||||
struct wl_listener shell_destroy;
|
||||
struct {
|
||||
struct wl_listener server_start;
|
||||
struct wl_listener server_ready;
|
||||
struct wl_listener server_destroy;
|
||||
struct wl_listener seat_destroy;
|
||||
struct wl_listener shell_destroy;
|
||||
} WLR_PRIVATE;
|
||||
};
|
||||
|
||||
enum wlr_xwayland_surface_decorations {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue