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/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/drivers/WinAPI') diff --git a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H index 6754396ff..a2c7719bf 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H +++ b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H @@ -92,6 +92,8 @@ public: virtual int clipboard_contains(const char *type); // this one is implemented in Fl_win32.cxx virtual void clipboard_notify_change(); + // this one is implemented in Fl_win32.cxx + void set_spot(int font, int size, int X, int Y, int W, int H, Fl_Window *win); }; -- cgit v1.2.3