summaryrefslogtreecommitdiff
path: root/FL/Fl_Graphics_Driver.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2018-05-06 06:46:40 +0000
committerManolo Gouy <Manolo>2018-05-06 06:46:40 +0000
commitaab1b72af4924293ffc2fa74180480dc9afcc06f (patch)
tree95cfd0d5e8deae9f3873c1fe2dfef3fd42f8b87b /FL/Fl_Graphics_Driver.H
parente6929834c7f41b172b63795bd76cddb6295b7ca5 (diff)
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
Diffstat (limited to 'FL/Fl_Graphics_Driver.H')
-rw-r--r--FL/Fl_Graphics_Driver.H3
1 files changed, 0 insertions, 3 deletions
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
@@ -427,9 +427,6 @@ public:
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); }
};