summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-05-08 17:08:20 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-05-08 17:08:33 +0200
commit7f7e0e4ea1cdf52e0d5f2858baa976bd391e973a (patch)
tree928cb1348d7736b6d59e01664878d78bf5ba20b5 /FL
parentccb06e18b7416328bc2c91e8b3ac5f0f4533f3ab (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 'FL')
-rw-r--r--FL/Fl_Window.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H
index 24191c9db..e7125d633 100644
--- a/FL/Fl_Window.H
+++ b/FL/Fl_Window.H
@@ -541,6 +541,7 @@ public:
void shape(const Fl_Image& b) ;
const Fl_Image *shape();
int screen_num();
+ static bool is_a_rescale();
};
#endif