From aab1b72af4924293ffc2fa74180480dc9afcc06f Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 6 May 2018 06:46:40 +0000 Subject: Improve fl_overlay_rect() when GUI is scaled. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12901 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Graphics_Driver.H | 3 --- 1 file changed, 3 deletions(-) (limited to 'FL') diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index 3184dd5d2..be3239518 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -425,9 +425,6 @@ public: virtual const char *font_name(int num) {return NULL;} /** Support for Fl::set_font() */ virtual void font_name(int num, const char *name) {} - /** Support function for fl_overlay_rect() and scaled GUI. - Defaut implementation may be enough */ - virtual bool overlay_rect_unscaled(); /** Support function for fl_overlay_rect() and scaled GUI. Defaut implementation may be enough */ virtual void overlay_rect(int x, int y, int w , int h) { loop(x, y, x+w-1, y, x+w-1, y+h-1, x, y+h-1); } -- cgit v1.2.3