grpc-proxy: Re-work bound_ok/bound_fail events handling
[src/agl-compositor.git] / src / ivi-compositor.h
index c5d9fc3..4c04ec7 100644 (file)
@@ -97,6 +97,7 @@ struct ivi_compositor {
                struct wl_client *client;
                struct wl_resource *resource;
                bool doas_requested;
+               bool doas_requested_pending_bind;
                enum agl_shell_bound_status status;
        } shell_client_ext;
 
@@ -518,4 +519,7 @@ ivi_surface_count_one(struct ivi_output *ivi_output,
 int
 parse_activation_area(const char *geometry, struct ivi_output *output);
 
+bool
+is_shell_surface_xwayland(struct ivi_surface *surf);
+
 #endif