mirror of
https://github.com/fltk/fltk.git
synced 2026-06-01 06:14:28 +08:00
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:
@@ -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();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user