diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-08-25 10:42:58 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-08-25 10:42:58 +0200 |
| commit | feac10ec891470be6f66afe412b0bbd44eb586e0 (patch) | |
| tree | 6dcff2d77b585d80c3d07667cbeded92296bb350 /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | |
| parent | 51e9b28f394d1c1d4b74f24a5e9c9163f6162bd7 (diff) | |
Wayland: reduce the number of platform-specific FL_EXPORT directives.
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 0dbdb084d..196f07d5e 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H @@ -63,7 +63,7 @@ class Fl_Wayland_Screen_Driver : public Fl_Screen_Driver static int insertion_point_height; static bool insertion_point_location_is_valid; public: - static FL_EXPORT struct wl_display *wl_display; + static struct wl_display *wl_display; 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); |
