From 9c68461190bd8a25e841b2fc715da96d3143096a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 29 Mar 2004 12:43:42 +0000 Subject: Patch from Robin Dunn to pass an extra flag down to font rendering to allow a platform-specific tweak. --- src/ViewStyle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ViewStyle.h') diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 5f27cc08c..d06c02002 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -89,6 +89,7 @@ public: int edgeState; int caretWidth; bool someStylesProtected; + bool extraFontFlag; ViewStyle(); ViewStyle(const ViewStyle &source); -- cgit v1.2.3