Commit 8f5bd147 authored by Jun Mukai's avatar Jun Mukai Committed by Commit Bot

set the application id on xdg_toplevel_v6_set_app_id

It seems Gtk+3 apps are calling this request, which is currently
ignored silently and causes an issue like crbug.com/866189.

Bug: 866189
Test: manually on device (see the bug for the reproducible steps)
Change-Id: I89f24da5a5bced1459b65cc1ff94f63debca90d2
Reviewed-on: https://chromium-review.googlesource.com/1147255Reviewed-by: default avatarMitsuru Oshima <oshima@chromium.org>
Commit-Queue: Jun Mukai <mukai@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577281}
parent 63881de4
......@@ -1801,7 +1801,7 @@ void xdg_toplevel_v6_set_title(wl_client* client,
void xdg_toplevel_v6_set_app_id(wl_client* client,
wl_resource* resource,
const char* app_id) {
NOTIMPLEMENTED();
GetUserDataAs<WaylandToplevel>(resource)->SetApplicationId(app_id);
}
void xdg_toplevel_v6_show_window_menu(wl_client* client,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment