mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
xdg-activation: make wl_global public
This is currently inconsistent with everything else in wlroots.
This commit is contained in:
parent
78aaaaf7b6
commit
e9450a9947
1 changed files with 1 additions and 1 deletions
|
|
@ -39,6 +39,7 @@ struct wlr_xdg_activation_token_v1 {
|
|||
};
|
||||
|
||||
struct wlr_xdg_activation_v1 {
|
||||
struct wl_global *global;
|
||||
uint32_t token_timeout_msec; // token timeout in milliseconds (0 to disable)
|
||||
|
||||
struct wl_list tokens; // wlr_xdg_activation_token_v1.link
|
||||
|
|
@ -51,7 +52,6 @@ struct wlr_xdg_activation_v1 {
|
|||
|
||||
struct {
|
||||
struct wl_display *display;
|
||||
struct wl_global *global;
|
||||
|
||||
struct wl_listener display_destroy;
|
||||
} WLR_PRIVATE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue