From 2a75fc7dfdb4af4c49503c9e5d9e9fb7941a031c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Wed, 22 Aug 2018 19:10:55 +0000 Subject: vars/build.vars:native_packages_deps_x11: adds xwin v1.20.1 (via Redfoxmoon.) vars/build.vars:xwin:${PKG_DISABLED}: disabled pending fix. patches/xwin/*: via Redfoxmoon. --- patches/xwin/ERROR.patch | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 patches/xwin/ERROR.patch (limited to 'patches/xwin/ERROR.patch') diff --git a/patches/xwin/ERROR.patch b/patches/xwin/ERROR.patch new file mode 100644 index 00000000..07fd3325 --- /dev/null +++ b/patches/xwin/ERROR.patch @@ -0,0 +1,28 @@ +--- xorg-server-1.20.1.orig/hw/xwin/winwindow.c 2018-08-07 18:31:04.000000000 +0200 ++++ xorg-server-1.20.1/hw/xwin/winwindow.c 2018-08-22 19:39:37.078925268 +0200 +@@ -269,14 +269,14 @@ + + if (pWinPriv->hRgn) { + if (CombineRgn(hRgnWin, hRgnWin, pWinPriv->hRgn, RGN_AND) +- == ERROR) { ++ == 0) { + ErrorF("winAddRgn - CombineRgn () failed\n"); + } + } + + OffsetRgn(hRgnWin, iX, iY); + +- if (CombineRgn(hRgn, hRgn, hRgnWin, RGN_OR) == ERROR) { ++ if (CombineRgn(hRgn, hRgn, hRgnWin, RGN_OR) == 0) { + ErrorF("winAddRgn - CombineRgn () failed\n"); + } + +@@ -363,7 +363,7 @@ + } + + /* Merge the Windows region with the accumulated region */ +- if (CombineRgn(hRgn, hRgn, hRgnRect, RGN_OR) == ERROR) { ++ if (CombineRgn(hRgn, hRgn, hRgnRect, RGN_OR) == 0) { + ErrorF("winReshapeRootless - CombineRgn() failed\n"); + } + -- cgit v1.2.3