From 05f816fabc34c1741a87b7cb7ec8d764a550d136 Mon Sep 17 00:00:00 2001 From: Lauri Kasanen Date: Wed, 29 Oct 2014 20:01:44 +0000 Subject: Export Fl_Image_Surface and _Quartz_ git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10407 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Image_Surface.H | 4 ++-- 1 file 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;}; -- cgit v1.2.3