Blame SOURCES/0001-xinerama-Export-the-screen-region.patch

70130e
From 7a9c524d0f68127baa0ced0a7f6b52b899a7cccb Mon Sep 17 00:00:00 2001
70130e
From: Adam Jackson <ajax@redhat.com>
70130e
Date: Tue, 29 Oct 2013 10:44:07 -0400
70130e
Subject: [PATCH 1/6] xinerama: Export the screen region
70130e
70130e
damageext wants this so it can intersect subtract requests against the
70130e
root window geometry.
70130e
70130e
Signed-off-by: Adam Jackson <ajax@redhat.com>
70130e
---
70130e
 Xext/panoramiX.c    | 2 +-
70130e
 Xext/panoramiXsrv.h | 1 +
70130e
 2 files changed, 2 insertions(+), 1 deletion(-)
70130e
70130e
diff --git a/Xext/panoramiX.c b/Xext/panoramiX.c
70130e
index 2b3a570..15c38a9 100644
70130e
--- a/Xext/panoramiX.c
70130e
+++ b/Xext/panoramiX.c
70130e
@@ -73,7 +73,7 @@ int PanoramiXPixWidth = 0;
70130e
 int PanoramiXPixHeight = 0;
70130e
 int PanoramiXNumScreens = 0;
70130e
 
70130e
-static RegionRec PanoramiXScreenRegion = { {0, 0, 0, 0}, NULL };
70130e
+_X_EXPORT RegionRec PanoramiXScreenRegion = { {0, 0, 0, 0}, NULL };
70130e
 
70130e
 static int PanoramiXNumDepths;
70130e
 static DepthPtr PanoramiXDepths;
70130e
diff --git a/Xext/panoramiXsrv.h b/Xext/panoramiXsrv.h
70130e
index 7c605fe..0fcde4f 100644
70130e
--- a/Xext/panoramiXsrv.h
70130e
+++ b/Xext/panoramiXsrv.h
70130e
@@ -11,6 +11,7 @@
70130e
 extern _X_EXPORT int PanoramiXNumScreens;
70130e
 extern _X_EXPORT int PanoramiXPixWidth;
70130e
 extern _X_EXPORT int PanoramiXPixHeight;
70130e
+extern _X_EXPORT RegionRec PanoramiXScreenRegion;
70130e
 
70130e
 extern _X_EXPORT VisualID PanoramiXTranslateVisualID(int screen, VisualID orig);
70130e
 extern _X_EXPORT void PanoramiXConsolidate(void);
70130e
-- 
70130e
1.8.3.1
70130e