aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-12-13 11:30:09 +1100
committernyamatongwe <devnull@localhost>2011-12-13 11:30:09 +1100
commitf6bab08bd2733961cae78dbb94af9e60d8f5015b (patch)
tree4c0f3808e667377b4be604cd93471c105e1fc26a /src/ViewStyle.h
parent0247bd1dca33fca3f34b4da142d2542a8508dd04 (diff)
downloadscintilla-mirror-f6bab08bd2733961cae78dbb94af9e60d8f5015b.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;