summaryrefslogtreecommitdiffstats
path: root/scintilla/src/ViewStyle.h
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2011-12-13 12:02:39 +0000
committerXhmikosR <xhmikosr@users.sourceforge.net>2011-12-13 12:02:39 +0000
commit8b86642640bc6aa63c3973d07b446f4cbfccdad5 (patch)
tree60aa9cfa5a9f217e2b9d05419442ec6c3e677d62 /scintilla/src/ViewStyle.h
parent96584a02e14c0f9b641100f8c004168ff56004a6 (diff)
downloadnotepad2-mod-8b86642640bc6aa63c3973d07b446f4cbfccdad5.zip
notepad2-mod-8b86642640bc6aa63c3973d07b446f4cbfccdad5.tar.gz
notepad2-mod-8b86642640bc6aa63c3973d07b446f4cbfccdad5.tar.bz2
update Scintilla
git-svn-id: https://notepad2-mod.googlecode.com/svn/trunk@666 28bd50df-7adb-d945-0439-6e466c6a13cc
Diffstat (limited to 'scintilla/src/ViewStyle.h')
-rw-r--r--scintilla/src/ViewStyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scintilla/src/ViewStyle.h b/scintilla/src/ViewStyle.h
index a9370c7..1274751 100644
--- a/scintilla/src/ViewStyle.h
+++ b/scintilla/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;