diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-05-19 10:28:39 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-05-19 10:28:39 +0200 |
| commit | 1c37c29e2d7771fa265774d345b2f5ed6ce752bc (patch) | |
| tree | aaaa623f7aae77d62911841c766dc83a70095b1d /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | |
| parent | 905a90f660e12391f3692402cb661f5efaa3218a (diff) | |
Avoid "hides overloaded function" warning messages.
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, 1 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H index 71c30e30a..6af144fab 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H @@ -67,7 +67,7 @@ public: static void insertion_point_location(int x, int y, int height); static bool insertion_point_location(int *px, int *py, int *pwidth, int *pheight); int get_mouse_unscaled(int &xx, int &yy); - void screen_count(int count) {num_screens = count;} + void screen_count_set(int count) {num_screens = count;} void reset_cursor(); struct wl_cursor *xc_arrow; |
