diff options
Diffstat (limited to 'qt/ScintillaEditBase/PlatQt.h')
-rw-r--r-- | qt/ScintillaEditBase/PlatQt.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qt/ScintillaEditBase/PlatQt.h b/qt/ScintillaEditBase/PlatQt.h index b579ee3f3..8f4d2c51d 100644 --- a/qt/ScintillaEditBase/PlatQt.h +++ b/qt/ScintillaEditBase/PlatQt.h @@ -78,8 +78,7 @@ private: bool deviceOwned; bool painterOwned; float x, y; - bool unicodeMode; - int codePage; + SurfaceMode mode; const char *codecName; QTextCodec *codec; @@ -94,6 +93,8 @@ public: void InitPixMap(int width, int height, Surface *surface, WindowID wid) override; + void SetMode(SurfaceMode mode) override; + void Release() noexcept override; int Supports(int feature) noexcept override; bool Initialised() override; |