diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-03-14 11:50:44 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-03-14 11:50:44 +0100 |
| commit | add43cd3fcd12238042587683cdbee96430ed1e0 (patch) | |
| tree | 68298788e7afee8bdd7798465ff5c63cc12c877a /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | |
| parent | 16448d5ba85c7e75d77b812fb1dd0d09023f4cf4 (diff) | |
Wayland: add support for multiple high or low DPI displays - cont'd
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.H')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H index 637cd02b7..6aaea6af5 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H @@ -171,10 +171,8 @@ public: int get_key(int k) FL_OVERRIDE; // Wayland-specific member functions - int get_mouse_unscaled(int &xx, int &yy); void screen_count_set(int count) {num_screens = count;} void reset_cursor(); - int screen_num_unscaled(int x, int y); // this one is in fl_wayland_clipboard_dnd.cxx void copy_image(const unsigned char* data, int W, int H); void init_workarea(); |
