mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-16 06:59:44 -05:00
bug: emit surface new event later
This commit is contained in:
parent
fe3c6c929b
commit
1b2742d0b2
2 changed files with 19 additions and 5 deletions
|
|
@ -51,6 +51,7 @@ struct wlr_wl_shell_surface {
|
|||
struct wl_client *client;
|
||||
struct wl_resource *resource;
|
||||
struct wlr_surface *surface;
|
||||
bool configured;
|
||||
struct wl_list link;
|
||||
|
||||
uint32_t ping_serial;
|
||||
|
|
@ -65,6 +66,7 @@ struct wlr_wl_shell_surface {
|
|||
char *class;
|
||||
|
||||
struct wl_listener surface_destroy_listener;
|
||||
struct wl_listener surface_commit_listener;
|
||||
|
||||
struct wlr_wl_shell_surface *parent;
|
||||
struct wl_list child_link;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue