wine/dlls/winewayland.drv
Alexandros Frantzis fc8570a1a6 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.
2023-06-29 13:57:04 +02:00
..
display.c
dllmain.c
Makefile.in winewayland.drv: Introduce window_surface for Wayland. 2023-06-29 13:57:04 +02:00
unixlib.h
version.rc
wayland.c winewayland.drv: Implement a simple window_surface flush. 2023-06-29 13:57:04 +02:00
wayland_output.c
wayland_surface.c winewayland.drv: Do not commit buffers to unconfigured surfaces. 2023-06-29 13:57:04 +02:00
waylanddrv.h winewayland.drv: Do not commit buffers to unconfigured surfaces. 2023-06-29 13:57:04 +02:00
waylanddrv_dll.h
waylanddrv_main.c winewayland.drv: Basic Wayland toplevel surface support. 2023-06-29 13:57:04 +02:00
window.c winewayland.drv: Do not commit buffers to unconfigured surfaces. 2023-06-29 13:57:04 +02:00
window_surface.c winewayland.drv: Do not commit buffers to unconfigured surfaces. 2023-06-29 13:57:04 +02:00
winewayland.drv.spec
xdg-output-unstable-v1.xml
xdg-shell.xml winewayland.drv: Basic Wayland toplevel surface support. 2023-06-29 13:57:04 +02:00