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 --- FL/Fl_Graphics_Driver.H | 4 ---- 1 file changed, 4 deletions(-) (limited to 'FL') diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index 12f6ecc2c..2898aa527 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -352,10 +352,6 @@ public: virtual float scale_font_for_PostScript(Fl_Font_Descriptor *desc, int s); // default implementation may be enough virtual float scale_bitmap_for_PostScript(); - // next 3 are related to X Input Method - 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); // each platform implements these 3 functions its own way virtual void add_rectangle_to_region(Fl_Region r, int x, int y, int w, int h); virtual Fl_Region XRectangleRegion(int x, int y, int w, int h); -- cgit v1.2.3