aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r--src/ViewStyle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h
index edebee7ce..f6d1bdbb4 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -122,8 +122,8 @@ public:
Scintilla::Technology technology;
int lineHeight;
int lineOverlap;
- unsigned int maxAscent;
- unsigned int maxDescent;
+ XYPOSITION maxAscent;
+ XYPOSITION maxDescent;
XYPOSITION aveCharWidth;
XYPOSITION spaceWidth;
XYPOSITION tabWidth;