]> git.pld-linux.org Git - packages/xorg-xserver-server.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 May 2006 09:21:27 +0000 (09:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-xserver-server-mitri.patch -> 1.2

xorg-xserver-server-mitri.patch [deleted file]

diff --git a/xorg-xserver-server-mitri.patch b/xorg-xserver-server-mitri.patch
deleted file mode 100644 (file)
index d065d23..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-Index: xorg/render/mitri.c
-===================================================================
-RCS file: /cvs/xorg/xserver/xorg/render/mitri.c,v
-retrieving revision 1.5
-diff -u -r1.5 mitri.c
---- render/mitri.c     3 Jul 2005 07:02:08 -0000       1.5
-+++ render/mitri.c     30 Apr 2006 20:29:53 -0000
-@@ -145,7 +145,7 @@
-     if (npoint < 3)
-       return;
-     ntri = npoint - 2;
--    tris = ALLOCATE_LOCAL (ntri & sizeof (xTriangle));
-+    tris = ALLOCATE_LOCAL (ntri * sizeof (xTriangle));
-     if (!tris)
-       return;
-     for (tri = tris; npoint >= 3; npoint--, points++, tri++)
-@@ -177,7 +177,7 @@
-     if (npoint < 3)
-       return;
-     ntri = npoint - 2;
--    tris = ALLOCATE_LOCAL (ntri & sizeof (xTriangle));
-+    tris = ALLOCATE_LOCAL (ntri * sizeof (xTriangle));
-     if (!tris)
-       return;
-     first = points++;
-
-
This page took 0.256633 seconds and 4 git commands to generate.