X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=grpc-proxy%2Fmain-grpc.cpp;h=dfe899acf54f589187134d58c89ad9a433746987;hb=refs%2Fchanges%2F52%2F28552%2F1;hp=ea609f0ef73617e46ceeb067ff8b08d917b7d35d;hpb=9eb8ca6ac7473107ebe391c2f78543e92e461240;p=src%2Fagl-compositor.git diff --git a/grpc-proxy/main-grpc.cpp b/grpc-proxy/main-grpc.cpp index ea609f0..dfe899a 100644 --- a/grpc-proxy/main-grpc.cpp +++ b/grpc-proxy/main-grpc.cpp @@ -260,7 +260,7 @@ global_add(void *data, struct wl_registry *reg, uint32_t id, sh->shell = static_cast(wl_registry_bind(reg, id, &agl_shell_interface, - std::min(static_cast(6), version))); + std::min(static_cast(7), version))); agl_shell_add_listener(sh->shell, &shell_listener, data); sh->version = version; } else if (strcmp(interface, "wl_output") == 0) { @@ -284,7 +284,7 @@ global_add_init(void *data, struct wl_registry *reg, uint32_t id, sh->shell = static_cast(wl_registry_bind(reg, id, &agl_shell_interface, - std::min(static_cast(6), version))); + std::min(static_cast(7), version))); agl_shell_add_listener(sh->shell, &shell_listener_init, data); sh->version = version; }