-
- Downloads
winewayland.drv: Do not commit buffers to unconfigured surfaces.
The xdg-shell protocol disallows buffer commits to a wl_surface with an xdg_surface based role before we ack the first configure event. Failing to adhere to this requirement will get our client disconnected by the compositor with a protocol error.
Showing
- dlls/winewayland.drv/wayland_surface.c 15 additions, 1 deletiondlls/winewayland.drv/wayland_surface.c
- dlls/winewayland.drv/waylanddrv.h 4 additions, 1 deletiondlls/winewayland.drv/waylanddrv.h
- dlls/winewayland.drv/window.c 18 additions, 1 deletiondlls/winewayland.drv/window.c
- dlls/winewayland.drv/window_surface.c 11 additions, 3 deletionsdlls/winewayland.drv/window_surface.c
Loading
Please register or sign in to comment