From 32c316b78fd0b7ca5e6dbb49226d3475bd118c8c Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 14 Aug 2020 16:44:05 +0200 Subject: Add Fl_Window::screen_num(int) to fully control window location on multi-screen systems having distinct per-screen scaling factors. --- 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 965d29246..379888593 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -540,6 +540,7 @@ public: void shape(const Fl_Image& b) ; const Fl_Image *shape(); int screen_num(); + void screen_num(int screen_num); static bool is_a_rescale(); }; -- cgit v1.2.3