From 7f7e0e4ea1cdf52e0d5f2858baa976bd391e973a Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 8 May 2020 17:08:20 +0200 Subject: Replace Fl_Window_Driver::is_a_rescale() by Fl_Window::is_a_rescale() so it can be called by any user code. --- FL/Fl_Window.H | 1 + 1 file changed, 1 insertion(+) (limited to 'FL') 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 -- cgit v1.2.3