diff options
| author | nyamatongwe <unknown> | 2009-04-01 01:54:21 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2009-04-01 01:54:21 +0000 | 
| commit | 1cba55c0d91c4a423bc7c2096c6ff841e63244a1 (patch) | |
| tree | 7ee5153591f173fb56c030d21dbc4601753d974a /src/ViewStyle.h | |
| parent | 6f4e00a1c5ef532b0c4c875d808037c9978cad19 (diff) | |
| download | scintilla-mirror-1cba55c0d91c4a423bc7c2096c6ff841e63244a1.tar.gz | |
Added commands to add extra ascent and descent space.
Diffstat (limited to 'src/ViewStyle.h')
| -rw-r--r-- | src/ViewStyle.h | 2 | 
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); | 
