Skip to content

Commit

Permalink
Export Fl_Image_Surface and _Quartz_
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10407 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
clbr committed Oct 29, 2014
1 parent cf797ae commit 05f816f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FL/Fl_Image_Surface.H
Expand Up @@ -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;
Expand Down Expand Up @@ -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;};
Expand Down

0 comments on commit 05f816f

Please sign in to comment.