aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xorg-xserver/xserver-kdrive/build-fix-panoramix.patch
blob: f919b48f0e0844d8ece04e31ac152f8925e10e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: git/composite/compext.c
===================================================================
--- git.orig/composite/compext.c	2007-03-28 16:25:12.000000000 +0200
+++ git/composite/compext.c	2007-03-28 16:25:15.000000000 +0200
@@ -696,11 +696,13 @@
 	if (GetPictureScreenIfSet(pScreen) == NULL)
 	    return;
     }
+#ifdef PANORAMIX
     /* Xinerama's rewriting of window drawing before Composite gets to it
      * breaks Composite.
      */
     if (!noPanoramiXExtension)
 	return;
+#endif
 
     CompositeClientWindowType = CreateNewResourceType (FreeCompositeClientWindow);
     if (!CompositeClientWindowType)