diff options
Diffstat (limited to 'grpc-proxy/main-grpc.cpp')
-rw-r--r-- | grpc-proxy/main-grpc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<struct agl_shell *>(wl_registry_bind(registry, it->id, - &agl_shell_interface, std::min(static_cast<uint32_t>(10), + &agl_shell_interface, std::min(static_cast<uint32_t>(11), it->version)) ); agl_shell_add_listener(sh->shell, &shell_listener, sh); |