4 Sep
2024
4 Sep
'24
7:51 a.m.
Alexandros Frantzis (@afrantzis) commented about dlls/winewayland.drv/wayland_surface.c:
ERR("Failed to create wl_region\n"); goto err; } - wl_surface_set_input_region(surface->client->wl_surface, empty_region); + wl_surface_set_input_region(client->wl_surface, empty_region); wl_region_destroy(empty_region);
- surface->client->wl_subsurface = + if (process_wayland.wp_viewporter)
No need to check wp_viewporter anymore. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6374#note_80997