r4734 - packages/trunk/fretsonfire/debian/patches

Miriam Ruiz baby-guest at alioth.debian.org
Tue Nov 20 19:32:06 UTC 2007


Author: baby-guest
Date: 2007-11-20 19:32:06 +0000 (Tue, 20 Nov 2007)
New Revision: 4734

Modified:
   packages/trunk/fretsonfire/debian/patches/typeerror.patch
Log:
Fixed patch properly



Modified: packages/trunk/fretsonfire/debian/patches/typeerror.patch
===================================================================
--- packages/trunk/fretsonfire/debian/patches/typeerror.patch	2007-11-20 19:26:33 UTC (rev 4733)
+++ packages/trunk/fretsonfire/debian/patches/typeerror.patch	2007-11-20 19:32:06 UTC (rev 4734)
@@ -13,7 +13,7 @@
 -    glViewport(int(x), int(y), int(w), int(h))
 +    glw = int(w)
 +    glh = int(h)
-+    glViewport(x, y, int(glw), int(glh))
++    glViewport(int(x), int(y), int(glw), int(glh))
  
    def SetProjection(self, left, right, bottom, top):
      glMatrixMode(GL_PROJECTION)




More information about the Pkg-games-commits mailing list