summaryrefslogtreecommitdiff
path: root/FL/Fl_Window.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-08-14 16:44:05 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-08-14 16:44:20 +0200
commit32c316b78fd0b7ca5e6dbb49226d3475bd118c8c (patch)
tree9fa277dc52ccba3a86c211434a60e2b229b93aed /FL/Fl_Window.H
parent7b34385511f35a23da8782fa7d5676468aaa8155 (diff)
Add Fl_Window::screen_num(int) to fully control window location
on multi-screen systems having distinct per-screen scaling factors.
Diffstat (limited to 'FL/Fl_Window.H')
-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 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();
};