From 1b2742d0b2debeeb783e1a15ef9bb92c633506be Mon Sep 17 00:00:00 2001
From: Tony Crisci <tony@dubstepdish.com>
Date: Tue, 10 Oct 2017 10:28:43 -0400
Subject: bug: emit surface new event later

---
 include/wlr/types/wlr_wl_shell.h | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'include')

diff --git a/include/wlr/types/wlr_wl_shell.h b/include/wlr/types/wlr_wl_shell.h
index 6133b80d..e768d9d5 100644
--- a/include/wlr/types/wlr_wl_shell.h
+++ b/include/wlr/types/wlr_wl_shell.h
@@ -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;
-- 
cgit v1.2.3