]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- updated for 2.0.0.12
authorhawk <hawk@pld-linux.org>
Fri, 8 Feb 2008 14:40:28 +0000 (14:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mozilla-firefox-pango-ligatures.patch -> 1.2

mozilla-firefox-pango-ligatures.patch

index 2eb5b0b96104837a10888cc8fb976d9931e944af..0d45dd9d5a3494f285f598d4f1978baf4c4f3626 100644 (file)
  
  nsFontMetricsPango::nsFontMetricsPango()
  {
-@@ -228,14 +228,20 @@
+@@ -169,15 +228,21 @@
      mLangGroup = aLangGroup;
  
      // Hang on to the device context
 +    mDeviceContext = (nsDeviceContextPS *)aContext;
 +#else
      mDeviceContext = aContext;
+-    
 +#endif
-     
++
      mPointSize = NSTwipsToFloatPoints(mFont.size);
  
 +#ifndef PSPANGO
      // 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
This page took 0.3789 seconds and 4 git commands to generate.