diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-05-08 17:08:20 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-05-08 17:08:33 +0200 |
| commit | 7f7e0e4ea1cdf52e0d5f2858baa976bd391e973a (patch) | |
| tree | 928cb1348d7736b6d59e01664878d78bf5ba20b5 /src/Fl_Window_Driver.H | |
| parent | ccb06e18b7416328bc2c91e8b3ac5f0f4533f3ab (diff) | |
Replace Fl_Window_Driver::is_a_rescale() by Fl_Window::is_a_rescale()
so it can be called by any user code.
Diffstat (limited to 'src/Fl_Window_Driver.H')
| -rw-r--r-- | src/Fl_Window_Driver.H | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Fl_Window_Driver.H b/src/Fl_Window_Driver.H index e31323d72..2fd8384ee 100644 --- a/src/Fl_Window_Driver.H +++ b/src/Fl_Window_Driver.H @@ -69,7 +69,6 @@ public: Fl_Offscreen other_xid; // offscreen bitmap (overlay and double-buffered windows) virtual int screen_num(); virtual void screen_num(int) {} - static bool is_a_rescale() {return is_a_rescale_;}; // --- frequently used accessors to public window data |
