diff options
author | nyamatongwe <unknown> | 2004-03-29 12:43:42 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2004-03-29 12:43:42 +0000 |
commit | b989664ead75d08c09c44b0437f3637624482648 (patch) | |
tree | 8933c762f7672c3cad39df08ec4da39ff8add3c4 /src/ViewStyle.h | |
parent | 0f755cbbab64741e1e8ef4e8d66d29d652b96a4c (diff) | |
download | scintilla-mirror-b989664ead75d08c09c44b0437f3637624482648.tar.gz |
Patch from Robin Dunn to pass an extra flag down to
font rendering to allow a platform-specific tweak.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |