protocol: Add set_app_normal request
[src/agl-compositor.git] / grpc-proxy / shell.h
index 4059e0b..143599a 100644 (file)
@@ -43,4 +43,5 @@ public:
        void SetAppSplit(const std::string &app_id, uint32_t orientation);
        void SetAppFloat(const std::string &app_id,
                         int32_t x_pos, int32_t y_pos);
+       void SetAppNormal(const std::string &app_id);
 };