mirror of
https://github.com/fltk/fltk.git
synced 2026-05-24 08:16:04 +08:00
Export Fl_Image_Surface and _Quartz_
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10407 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -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;};
|
||||
|
||||
Reference in New Issue
Block a user