From 569b147bba41d009a95c1e80c7dbb342f25bf9af Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Fri, 15 Sep 2017 07:50:13 -0400 Subject: schedule configure request on toplevel first commit --- include/wlr/types/wlr_xdg_shell_v6.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_xdg_shell_v6.h b/include/wlr/types/wlr_xdg_shell_v6.h index e13af137..a4afaf3b 100644 --- a/include/wlr/types/wlr_xdg_shell_v6.h +++ b/include/wlr/types/wlr_xdg_shell_v6.h @@ -36,6 +36,7 @@ struct wlr_xdg_toplevel_v6_state { struct wlr_xdg_toplevel_v6 { struct wl_resource *resource; struct wlr_xdg_surface_v6 *base; + bool added; struct wlr_xdg_toplevel_v6_state next; // client protocol requests struct wlr_xdg_toplevel_v6_state pending; // user configure requests struct wlr_xdg_toplevel_v6_state current; -- cgit v1.2.3