X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=grpc-proxy%2Fmain-grpc.cpp;h=92d4862fa02e685c4580a10a7f251ae761cee512;hb=b87f46acc5b0b252e4642f2130ef3093294afac8;hp=b86f3d877d0774e6a4ef8d63bb65295e28ab7c86;hpb=ae3ef78cb1a01b690917eb8d93a3e68517a7a93d;p=src%2Fagl-compositor.git diff --git a/grpc-proxy/main-grpc.cpp b/grpc-proxy/main-grpc.cpp index b86f3d8..92d4862 100644 --- a/grpc-proxy/main-grpc.cpp +++ b/grpc-proxy/main-grpc.cpp @@ -352,7 +352,7 @@ register_shell_ext(void) if (it->interface_name == "agl_shell") { sh->shell = static_cast(wl_registry_bind(registry, it->id, - &agl_shell_interface, std::min(static_cast(10), + &agl_shell_interface, std::min(static_cast(11), it->version)) ); agl_shell_add_listener(sh->shell, &shell_listener, sh);