SOURCES: mozilla-firefox-pango-ligatures.patch - updated for 2.0.0.12

hawk hawk at pld-linux.org
Fri Feb 8 15:40:33 CET 2008


Author: hawk                         Date: Fri Feb  8 14:40:33 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 2.0.0.12

---- Files affected:
SOURCES:
   mozilla-firefox-pango-ligatures.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/mozilla-firefox-pango-ligatures.patch
diff -u SOURCES/mozilla-firefox-pango-ligatures.patch:1.1 SOURCES/mozilla-firefox-pango-ligatures.patch:1.2
--- SOURCES/mozilla-firefox-pango-ligatures.patch:1.1	Fri Nov 30 18:40:46 2007
+++ SOURCES/mozilla-firefox-pango-ligatures.patch	Fri Feb  8 15:40:28 2008
@@ -118,7 +118,7 @@
  
  nsFontMetricsPango::nsFontMetricsPango()
  {
-@@ -228,14 +228,20 @@
+@@ -169,15 +228,21 @@
      mLangGroup = aLangGroup;
  
      // Hang on to the device context
@@ -126,8 +126,9 @@
 +    mDeviceContext = (nsDeviceContextPS *)aContext;
 +#else
      mDeviceContext = aContext;
+-    
 +#endif
-     
++
      mPointSize = NSTwipsToFloatPoints(mFont.size);
  
 +#ifndef PSPANGO
@@ -135,6 +136,7 @@
      // don't make the X server blow up.
      nscoord screenPixels = gdk_screen_height();
      mPointSize = PR_MIN((screenPixels - 1) * FONT_MAX_FONT_SCALE, mPointSize);
+     mPointSize = PR_MIN(2000, mPointSize);
 +#endif
  
      // enumerate over the font names passed in
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/mozilla-firefox-pango-ligatures.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list