Add Fl_Window::screen_num(int) to fully control window location

on multi-screen systems having distinct per-screen scaling factors.
This commit is contained in:
ManoloFLTK
2020-08-14 16:44:05 +02:00
parent 7b34385511
commit 32c316b78f
2 changed files with 19 additions and 0 deletions
+1
View File
@@ -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();
};