aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-04-01 01:54:21 +0000
committernyamatongwe <devnull@localhost>2009-04-01 01:54:21 +0000
commit803e7ff02753ff859e44b78ba1368aa4e1c07af9 (patch)
tree7ee5153591f173fb56c030d21dbc4601753d974a /src/ViewStyle.h
parentfd0b09668969d458642e1b7d9dbf447cfae6bc92 (diff)
downloadscintilla-mirror-803e7ff02753ff859e44b78ba1368aa4e1c07af9.tar.gz
Added commands to add extra ascent and descent space.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r--src/ViewStyle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h
index 2f2d52461..3f8b856b9 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -102,6 +102,8 @@ public:
int caretWidth;
bool someStylesProtected;
bool extraFontFlag;
+ int extraAscent;
+ int extraDescent;
ViewStyle();
ViewStyle(const ViewStyle &source);