aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Platform.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-01-12 04:02:43 +0000
committernyamatongwe <unknown>2003-01-12 04:02:43 +0000
commit7087f3740b3411d950594815ec2f32280c080692 (patch)
tree0d044674b7e8558b555e1f8c3e0698bd2f2fa8dc /include/Platform.h
parent01eabfc39bbf258af987be07d72dc0c7db7a903f (diff)
downloadscintilla-mirror-7087f3740b3411d950594815ec2f32280c080692.tar.gz
Additions from Yukihiro Nakai to enable DBCS mode on GTK+.
DBCS mode for Surface so that different font and text drawing code can be invoked on GTK+.
Diffstat (limited to 'include/Platform.h')
-rw-r--r--include/Platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Platform.h b/include/Platform.h
index ee31063e3..9061449e2 100644
--- a/include/Platform.h
+++ b/include/Platform.h
@@ -329,6 +329,7 @@ public:
virtual void FlushCachedState()=0;
virtual void SetUnicodeMode(bool unicodeMode_)=0;
+ virtual void SetDBCSMode(int codePage)=0;
};
/**