summaryrefslogtreecommitdiff
path: root/src/Fl_Screen_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-03-01 14:00:43 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-03-01 14:00:43 +0100
commitcc15700bdb918699b6977140f27f6183efc3ac76 (patch)
treeaea308f5ef184095c98a35cc719ed238226a7235 /src/Fl_Screen_Driver.H
parent266647d2a7cb0a9f28be5a035996ec43b6419b04 (diff)
Windows: improve changing scale values of display while app runs.
Diffstat (limited to 'src/Fl_Screen_Driver.H')
-rw-r--r--src/Fl_Screen_Driver.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Screen_Driver.H b/src/Fl_Screen_Driver.H
index f6da764a7..6371e57e9 100644
--- a/src/Fl_Screen_Driver.H
+++ b/src/Fl_Screen_Driver.H
@@ -247,6 +247,7 @@ public:
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);
+ virtual float base_scale(int numscreen);
};
#endif // !FL_SCREEN_DRIVER_H