aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-12-13 11:30:09 +1100
committernyamatongwe <unknown>2011-12-13 11:30:09 +1100
commit73baf3f2a33512975b3a9a2bbadf96d5935e0a02 (patch)
tree2ac78e1c575f60aaf1942ec1c36764ec2b7998a2 /src/ViewStyle.h
parenta6d786df58e4f1fad37a4a7a44060801cf323f52 (diff)
downloadscintilla-mirror-73baf3f2a33512975b3a9a2bbadf96d5935e0a02.tar.gz
Allow non-integral space width. From Jason Haslam.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r--src/ViewStyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h
index 39cd77339..4ee7f2a3e 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -72,7 +72,7 @@ public:
unsigned int maxAscent;
unsigned int maxDescent;
unsigned int aveCharWidth;
- unsigned int spaceWidth;
+ XYPOSITION spaceWidth;
bool selforeset;
ColourDesired selforeground;
ColourDesired selAdditionalForeground;