Module: wine Branch: master Commit: 50c1b1974f9751a4cfe12360ba516f20708a6d6e URL: https://gitlab.winehq.org/wine/wine/-/commit/50c1b1974f9751a4cfe12360ba516f2...
Author: Alexandros Frantzis alexandros.frantzis@collabora.com Date: Tue Aug 31 16:21:21 2021 +0300
winewayland.drv: Perform basic per-process Wayland initialization.
Try to connect to the Wayland compositor, and fail driver initialization if we are unable to do so.
Signed-off-by: Alexandros Frantzis alexandros.frantzis@collabora.com
---
configure | 111 +++++++++++++++++++++++++++++++++ configure.ac | 12 ++++ dlls/winewayland.drv/Makefile.in | 3 + dlls/winewayland.drv/wayland.c | 41 ++++++++++++ dlls/winewayland.drv/waylanddrv.h | 14 +++++ dlls/winewayland.drv/waylanddrv_main.c | 2 + include/config.h.in | 3 + tools/gitlab/image.docker | 1 + 8 files changed, 187 insertions(+)