[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:05:25 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 1d4dea8427109a0497f133d8309725605953cd5e
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 21 01:35:40 2002 +0000

    Oops, forgot to checkin header change.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2795 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/WebCoreSupport.subproj/WebTextRenderer.h b/WebKit/WebCoreSupport.subproj/WebTextRenderer.h
index ba7ec88..1c80af3 100644
--- a/WebKit/WebCoreSupport.subproj/WebTextRenderer.h
+++ b/WebKit/WebCoreSupport.subproj/WebTextRenderer.h
@@ -16,11 +16,13 @@ typedef struct GlyphMap GlyphMap;
     ATSGlyphRef spaceGlyph;
     
     struct AttributeGroup *styleGroup;
-
+    
 @public
     NSFont *font;
     GlyphMap *characterToGlyphMap;
     WidthMap *glyphToWidthMap;
+    float fixedWidth;
+    BOOL isFixedPitch;
 }
 
 + (BOOL)shouldBufferTextDrawing;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list