diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-19 15:04:38 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-19 15:04:38 +1100 |
commit | dd9ae27be2d1b983638337f24685e6458360dfa3 (patch) | |
tree | 3b26625721b6704669c5a6d58d8a1199ad195afe /src/Platform.h | |
parent | 4b553e8fce75afd0ad0df2e752edafe739db44dc (diff) | |
download | scintilla-mirror-dd9ae27be2d1b983638337f24685e6458360dfa3.tar.gz |
Implement PopClip to allow local clipping.
Diffstat (limited to 'src/Platform.h')
-rw-r--r-- | src/Platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Platform.h b/src/Platform.h index 382ae30ee..bdb6a161d 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -215,6 +215,7 @@ public: virtual XYPOSITION AverageCharWidth(const Font *font_)=0; virtual void SetClip(PRectangle rc)=0; + virtual void PopClip()=0; virtual void FlushCachedState()=0; virtual void SetUnicodeMode(bool unicodeMode_)=0; |