winewayland.drv: Add initial driver stub.
commit2a79056e9a790d2a0b999bccc61cf886be8e8c00
authorAlexandros Frantzis <alexandros.frantzis@collabora.com>
Tue, 31 Aug 2021 12:48:36 +0000 (31 15:48 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 16 Mar 2023 11:52:37 +0000 (16 12:52 +0100)
treef2ca92e5c5639bcfa04dd1579d5100188b2c563c
parenteeb098e7b6d4796216969ae284e47734ffedbd34
winewayland.drv: Add initial driver stub.

Add the initial driver stub for the Wayland driver and build it
by default.

Signed-off-by: Alexandros Frantzis <alexandros.frantzis@collabora.com>
configure
configure.ac
dlls/winewayland.drv/Makefile.in [new file with mode: 0644]
dlls/winewayland.drv/dllmain.c [new file with mode: 0644]
dlls/winewayland.drv/version.rc [new file with mode: 0644]
dlls/winewayland.drv/waylanddrv_dll.h [new file with mode: 0644]
dlls/winewayland.drv/winewayland.drv.spec [new file with mode: 0644]