diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-03-04 16:20:54 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-03-04 16:20:54 +0100 |
| commit | 7777a503ada1d7d7ae2e30897efa52bcd0b36df6 (patch) | |
| tree | 51f0dccfbd7b71f7145216330a9e49ab89a11056 /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | |
| parent | 5ba756e60aa7b988399189c4df0eb72cdf0364c8 (diff) | |
Implement Fl_Wayland_Screen_Driver::base_scale(int numscreen)
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.H')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H index d5a7ed9ad..cc33a4f60 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H @@ -171,6 +171,7 @@ public: void enable_im() FL_OVERRIDE; void disable_im() FL_OVERRIDE; bool screen_boundaries_known() FL_OVERRIDE { return false; } + float base_scale(int numscreen) FL_OVERRIDE; // overridden functions from parent class Fl_Unix_Screen_Driver int poll_or_select_with_delay(double time_to_wait) FL_OVERRIDE; |
