bug: emit surface new event later

This commit is contained in:
Tony Crisci 2017-10-10 10:28:43 -04:00
parent fe3c6c929b
commit 1b2742d0b2
2 changed files with 19 additions and 5 deletions

View file

@ -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;