From 359a0612e48d7d21d5247199ca57063bd5965f71 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 9 Feb 2023 14:06:49 +0200 Subject: protocol: Add set_app_normal request This request allows transitioning back from other roles like float/split/fullscreen to regular maximized, normal state. Bug-AGL: SPEC-4673 Signed-off-by: Marius Vlad Change-Id: Id7f04ffee193677621bd32860998457498acc388 --- grpc-proxy/grpc-async-cb.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'grpc-proxy/grpc-async-cb.h') diff --git a/grpc-proxy/grpc-async-cb.h b/grpc-proxy/grpc-async-cb.h index e6a19a6..214ce12 100644 --- a/grpc-proxy/grpc-async-cb.h +++ b/grpc-proxy/grpc-async-cb.h @@ -84,6 +84,10 @@ public: const ::agl_shell_ipc::OutputRequest* /* request */, ::agl_shell_ipc::ListOutputResponse* response) override; + grpc::ServerUnaryReactor *SetAppNormal(grpc::CallbackServerContext *context, + const ::agl_shell_ipc::NormalRequest* request, + ::agl_shell_ipc::NormalResponse* /*response*/) override; + grpc::ServerWriteReactor< ::agl_shell_ipc::AppStateResponse>* AppStatusState( ::grpc::CallbackServerContext* /*context*/, const ::agl_shell_ipc::AppStateRequest* /*request*/) override; -- cgit 1.2.3-korg