summaryrefslogtreecommitdiffhomepage
path: root/patches/xwin/TEXT.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/xwin/TEXT.patch')
-rw-r--r--patches/xwin/TEXT.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/xwin/TEXT.patch b/patches/xwin/TEXT.patch
new file mode 100644
index 00000000..d9d81a3e
--- /dev/null
+++ b/patches/xwin/TEXT.patch
@@ -0,0 +1,11 @@
+--- xorg-server-1.20.1.orig/hw/xwin/winwndproc.c 2018-08-07 18:31:04.000000000 +0200
++++ xorg-server-1.20.1/hw/xwin/winwndproc.c 2018-08-26 03:03:49.505186369 +0200
+@@ -120,7 +120,7 @@
+ s_pScreenInfo = s_pScreenPriv->pScreenInfo;
+ s_pScreen = s_pScreenInfo->pScreen;
+ s_hwndLastPrivates = hwnd;
+- s_uTaskbarRestart = RegisterWindowMessage(TEXT("TaskbarCreated"));
++ s_uTaskbarRestart = RegisterWindowMessage("TaskbarCreated");
+ SetProp(hwnd, WIN_SCR_PROP, s_pScreenPriv);
+
+ /* Setup tray icon */