Alexandre Julliard pushed to branch master at wine / wine
Commits: 17aea318 by Alexandros Frantzis at 2025-03-19T11:04:23+01:00 winewayland: Implement wl_data_device initialization.
The data device is initialized once for each process, from within a dedicated thread and window that handles clipboard events.
- - - - - 902a4886 by Alexandros Frantzis at 2025-03-19T11:04:26+01:00 winewayland: Support wl_data_device for copies from win32 clipboard to native apps.
If the wlr-data-control-unstable-v1 extension is not available use the core data device protocol.
- - - - - 550a4378 by Alexandros Frantzis at 2025-03-19T11:04:28+01:00 winewayland: Support wl_data_device for copies from native apps to win32 clipboard.
- - - - - 4c05fef5 by Alexandros Frantzis at 2025-03-19T11:04:29+01:00 winewayland: Warn about missing clipboard functionality.
- - - - -
9 changed files:
- dlls/winewayland.drv/Makefile.in - dlls/winewayland.drv/dllmain.c - dlls/winewayland.drv/unixlib.h - dlls/winewayland.drv/wayland.c - dlls/winewayland.drv/wayland_data_device.c - dlls/winewayland.drv/wayland_keyboard.c - dlls/winewayland.drv/wayland_pointer.c - dlls/winewayland.drv/waylanddrv.h - dlls/winewayland.drv/waylanddrv_main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a5b47cb795424dcc5eaed50a8a2b2a...