diff options
| author | Lauri Kasanen <cand@gmx.com> | 2014-10-29 20:01:44 +0000 |
|---|---|---|
| committer | Lauri Kasanen <cand@gmx.com> | 2014-10-29 20:01:44 +0000 |
| commit | 05f816fabc34c1741a87b7cb7ec8d764a550d136 (patch) | |
| tree | 5be21cdf3c5e83231d17f5c5308017c1879fb6b3 /FL | |
| parent | cf797aec4b4f518fdf27da8d81a00ec4f0467848 (diff) | |
Export Fl_Image_Surface and _Quartz_
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10407 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Image_Surface.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Image_Surface.H b/FL/Fl_Image_Surface.H index 39276117d..3414f72af 100644 --- a/FL/Fl_Image_Surface.H +++ b/FL/Fl_Image_Surface.H @@ -43,7 +43,7 @@ Fl_Display_Device::display_device()->set_current(); // direct graphics requests back to the display \endcode */ -class Fl_Image_Surface : public Fl_Surface_Device { +class FL_EXPORT Fl_Image_Surface : public Fl_Surface_Device { private: Fl_Offscreen offscreen; int width; @@ -72,7 +72,7 @@ public: #ifdef __APPLE__ /* Mac class to implement translate()/untranslate() for a flipped bitmap graphics context */ -class Fl_Quartz_Flipped_Surface_ : public Fl_Quartz_Surface_ { +class FL_EXPORT Fl_Quartz_Flipped_Surface_ : public Fl_Quartz_Surface_ { public: static const char *class_id; const char *class_name() {return class_id;}; |
