grpc-proxy: Don't attempt to connect if there's no compositor running
[src/agl-compositor.git] / src / policy.h
index 2499278..c59fbe4 100644 (file)
@@ -73,6 +73,9 @@ struct ivi_policy_api {
        bool (*surface_deactivate)(struct ivi_surface *surf, void *user_data);
 
        bool (*surface_activate_by_default)(struct ivi_surface *surf, void *user_data);
+       bool (*surface_advertise_state_change)(struct ivi_surface *surf, void *user_data);
+
+       bool (*shell_bind_interface)(void *client, void *interface);
 
        /** see also ivi_policy_add(). If set this will be executed before
         * adding a new policy rule  */