Blame patches/xwin/TEXT.patch

Lucio Andrés Illanes Albornoz 15b8a3
--- xorg-server-1.20.1.orig/hw/xwin/winwndproc.c	2018-08-07 18:31:04.000000000 +0200
Lucio Andrés Illanes Albornoz 15b8a3
+++ xorg-server-1.20.1/hw/xwin/winwndproc.c	2018-08-26 03:03:49.505186369 +0200
Lucio Andrés Illanes Albornoz 15b8a3
@@ -120,7 +120,7 @@
Lucio Andrés Illanes Albornoz 15b8a3
         s_pScreenInfo = s_pScreenPriv->pScreenInfo;
Lucio Andrés Illanes Albornoz 15b8a3
         s_pScreen = s_pScreenInfo->pScreen;
Lucio Andrés Illanes Albornoz 15b8a3
         s_hwndLastPrivates = hwnd;
Lucio Andrés Illanes Albornoz 15b8a3
-        s_uTaskbarRestart = RegisterWindowMessage(TEXT("TaskbarCreated"));
Lucio Andrés Illanes Albornoz 15b8a3
+        s_uTaskbarRestart = RegisterWindowMessage("TaskbarCreated");
Lucio Andrés Illanes Albornoz 15b8a3
         SetProp(hwnd, WIN_SCR_PROP, s_pScreenPriv);
Lucio Andrés Illanes Albornoz 15b8a3
 
Lucio Andrés Illanes Albornoz 15b8a3
         /* Setup tray icon */