hey look a patch file
This commit is contained in:
parent
d7036a6fe9
commit
29b02b1a2f
25
xserver-1.9.1-pxtc-crash.patch
Normal file
25
xserver-1.9.1-pxtc-crash.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From d8df4c83537cd2041141478b0fdc512f4b46219b Mon Sep 17 00:00:00 2001
|
||||||
|
From: Linus Arver <linusarver@gmail.com>
|
||||||
|
Date: Tue, 9 Nov 2010 15:01:06 -0500
|
||||||
|
Subject: [PATCH] http://lists.x.org/archives/xorg-devel/2010-October/014150.html
|
||||||
|
|
||||||
|
---
|
||||||
|
Xext/panoramiXprocs.c | 2 +-
|
||||||
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||||
|
|
||||||
|
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;
|
||||||
|
--
|
||||||
|
1.7.2.3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user