summaryrefslogtreecommitdiff
path: root/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-02-27 08:18:01 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-02-27 08:18:01 +0100
commit88a3f7b7be1110e0d4a8587e48f4ad24fe527646 (patch)
tree2814389cecda21d4ecb85b70acda18e4f46370f4 /src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H
parent5c1b69cd4fb35e55f78befa40af15391bfe067ea (diff)
Rename fl_remove_scale() to fl_override_scale() as discussed in fltk.general
Re: Can custom box type functions handle their own high-DPI screen scaling?
Diffstat (limited to 'src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H')
-rw-r--r--src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H
index 7e4aab962..d9051ecbd 100644
--- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H
+++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H
@@ -188,7 +188,7 @@ protected:
void descriptor_init(const char* name, Fl_Fontsize Size, Fl_Quartz_Font_Descriptor *d);
#endif
virtual void overlay_rect(int x, int y, int w , int h);
- virtual float remove_scale();
+ virtual float override_scale();
virtual void restore_scale(float);
};