gcc-6: don't ship info pages
[unleashed-userland.git] / components / compiz-plugins-main / patches / compiz-fusion-main-02-compvector.patch
blob5b444b62d144c33a05cdd4605ca1f786b60cc2cd
1 --- compiz-fusion-plugins-main-0.7.8/src/animation/animation.c.ori 2009-03-11 08:58:13.532394579 +0000
2 +++ compiz-fusion-plugins-main-0.7.8/src/animation/animation.c 2009-03-11 09:01:16.600066248 +0000
3 @@ -806,7 +806,7 @@
4 CompVector coordsTransformed;
6 matrixMultiplyVector (&coordsTransformed, coords, transformMat);
7 - expandBoxWithPoint (target, coordsTransformed.x, coordsTransformed.y);
8 + expandBoxWithPoint (target, coordsTransformed.a.x, coordsTransformed.a.y);
11 // Either points or objects should be non-NULL.
12 @@ -910,10 +910,10 @@
14 CompVector coords;
16 - coords.x = object->position.x;
17 - coords.y = object->position.y;
18 - coords.z = 0;
19 - coords.w = 1;
20 + coords.a.x = object->position.x;
21 + coords.a.y = object->position.y;
22 + coords.a.z = 0;
23 + coords.a.w = 1;
25 expandBoxWithPoint2DTransform (w->screen,
26 BB,