diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-12-26 16:00:16 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-12-26 16:00:44 +0100 |
| commit | bb5cb5b6d4423cf132054422fbcb489198f2540b (patch) | |
| tree | 33320ba3317aa74609ad7adb4b6d9856ab537a15 /src/drivers/Wayland/Fl_Wayland_Window_Driver.H | |
| parent | 1d73c0195c8bf256f23b58d0288d1bb9eb87448d (diff) | |
Wld: export only member functions for ./configure --enable-shared (#872)
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Window_Driver.H')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Window_Driver.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Window_Driver.H b/src/drivers/Wayland/Fl_Wayland_Window_Driver.H index 12fd16a21..30e19e184 100644 --- a/src/drivers/Wayland/Fl_Wayland_Window_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Window_Driver.H @@ -46,7 +46,7 @@ typedef struct _cairo_rectangle_int cairo_rectangle_int_t; class Fl_Wayland_Plugin; -class FL_EXPORT Fl_Wayland_Window_Driver : public Fl_Window_Driver +class Fl_Wayland_Window_Driver : public Fl_Window_Driver { friend class Fl_Wayland_Gl_Window_Driver; private: @@ -77,7 +77,7 @@ public: void decorated_win_size(int &w, int &h); void shape_bitmap_(Fl_Image* b); void shape_alpha_(Fl_Image* img, int offset) FL_OVERRIDE; - int wld_scale(); + FL_EXPORT int wld_scale(); // used by class Fl_Wayland_Gl_Window_Driver cairo_rectangle_int_t *subRect() { return subRect_; } // getter void subRect(cairo_rectangle_int_t *r); // setter void checkSubwindowFrame(); |
