summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-base/xorg-server/files/xorg-server-1.9-xinerama-crash-fix.patch')
-rw-r--r--x11-base/xorg-server/files/xorg-server-1.9-xinerama-crash-fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-base/xorg-server/files/xorg-server-1.9-xinerama-crash-fix.patch b/x11-base/xorg-server/files/xorg-server-1.9-xinerama-crash-fix.patch
deleted file mode 100644
index 7fe9d48608a6..000000000000
--- a/x11-base/xorg-server/files/xorg-server-1.9-xinerama-crash-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Xext/panoramiXprocs.c b/Xext/panoramiXprocs.c
-index 67b4030..d843168 100644
---- a/Xext/panoramiXprocs.c
-+++ b/Xext/panoramiXprocs.c
-@@ -634,7 +634,7 @@ int PanoramiXTranslateCoords(ClientPtr client)
- rep.dstX = x - pDst->drawable.x;
- rep.dstY = y - pDst->drawable.y;
- if((pDst == screenInfo.screens[0]->root) ||
-- (pWin->drawable.id == screenInfo.screens[0]->screensaver.wid))
-+ (pDst->drawable.id == screenInfo.screens[0]->screensaver.wid))
- {
- rep.dstX += screenInfo.screens[0]->x;
- rep.dstY += screenInfo.screens[0]->y;