Add missing FL_EXPORT statements.

This fixes a regression causing 'fluid-shared' build to fail (only if
configured with --enable-shared, obviously).


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13006 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2018-08-06 15:17:39 +00:00
parent a4194a40ab
commit 6d276aed27

View File

@ -18,6 +18,8 @@
#include <FL/Fl_Image_Surface.H>
#include <FL/fl_draw.H> // necessary for FL_EXPORT fl_*_offscreen()
/** Constructor with optional high resolution.
\param w and \param h set the size of the resulting image. The value of the \p high_res
parameter controls whether \p w and \p h are interpreted as pixel or FLTK units.