[PATCH 0/1] MR5583: explorer: Fallback to wayland when x11 fails.
From: Etaash Mathamsetty <etaash.mathamsetty(a)gmail.com> --- programs/explorer/desktop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/explorer/desktop.c b/programs/explorer/desktop.c index fb59258ad36..a43c788a9b3 100644 --- a/programs/explorer/desktop.c +++ b/programs/explorer/desktop.c @@ -38,7 +38,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(explorer); #define DESKTOP_CLASS_ATOM ((LPCWSTR)MAKEINTATOM(32769)) #define DESKTOP_ALL_ACCESS 0x01ff -static const WCHAR default_driver[] = {'m','a','c',',','x','1','1',0}; +static const WCHAR default_driver[] = L"mac,x11,wayland"; static BOOL using_root = TRUE; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/5583
Includes change from !5582 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5583#note_69680
participants (2)
-
Etaash Mathamsetty -
Etaash Mathamsetty (@etaash.mathamsetty)