From 02870242eea8b729b3dbd6d23eb77372f61c6318 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 19 Jun 2022 10:23:24 +0200 Subject: Move input method support to Fl_Screen_Driver from Fl_Graphics_Driver --- src/Fl_Screen_Driver.H | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Fl_Screen_Driver.H') diff --git a/src/Fl_Screen_Driver.H b/src/Fl_Screen_Driver.H index 5c08e2af1..f7f927758 100644 --- a/src/Fl_Screen_Driver.H +++ b/src/Fl_Screen_Driver.H @@ -207,6 +207,10 @@ public: virtual int clipboard_contains(const char * /*type*/) {return 0;} // implement to support paste-from-clipboard virtual void clipboard_notify_change() {} + // next 3 are related to Input Methods + virtual void set_spot(int font, int size, int X, int Y, int W, int H, Fl_Window *win); + virtual void reset_spot(); + virtual void set_status(int X, int Y, int W, int H); }; #endif // !FL_SCREEN_DRIVER_H -- cgit v1.2.3