From 15b8a363b74aabbdb42ab545f35087e832284fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Sun, 26 Aug 2018 16:50:23 +0000 Subject: patches/xwin/*.patch: via Redfoxmoon. --- patches/xwin/winconfig.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 patches/xwin/winconfig.patch (limited to 'patches/xwin/winconfig.patch') diff --git a/patches/xwin/winconfig.patch b/patches/xwin/winconfig.patch new file mode 100644 index 00000000..4e58a776 --- /dev/null +++ b/patches/xwin/winconfig.patch @@ -0,0 +1,13 @@ +--- xorg-server-1.20.1.orig/hw/xwin/winconfig.c 2018-08-07 18:31:04.000000000 +0200 ++++ xorg-server-1.20.1/hw/xwin/winconfig.c 2018-08-26 16:32:01.065234453 +0200 +@@ -301,8 +301,8 @@ + strcpy(regpath, regtempl); + strcat(regpath, layoutName); + +- if (!RegOpenKey(HKEY_LOCAL_MACHINE, regpath, ®key)) +- RegQueryValueEx(regkey, "Layout Text", 0, NULL, ++ if (!RegOpenKeyA(HKEY_LOCAL_MACHINE, regpath, ®key)) ++ RegQueryValueExA(regkey, "Layout Text", 0, NULL, + layoutFriendlyName, &namesize); + + /* Close registry key */ -- cgit v1.2.3