summaryrefslogtreecommitdiff
path: root/FL/Fl_Graphics_Driver.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Graphics_Driver.H')
-rw-r--r--FL/Fl_Graphics_Driver.H8
1 files changed, 4 insertions, 4 deletions
diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H
index 2f93ef132..0a7282eee 100644
--- a/FL/Fl_Graphics_Driver.H
+++ b/FL/Fl_Graphics_Driver.H
@@ -74,10 +74,10 @@ class FL_EXPORT Fl_Graphics_Driver {
friend class Fl_Pixmap;
friend class Fl_Bitmap;
friend class Fl_RGB_Image;
- friend int fl_draw_pixmap(const char*const* cdata, int x, int y, Fl_Color bg);
- friend void gl_start();
- friend Fl_Bitmask fl_create_bitmask(int w, int h, const uchar *array);
- friend void fl_delete_bitmask(Fl_Bitmask);
+ friend FL_EXPORT int fl_draw_pixmap(const char*const* cdata, int x, int y, Fl_Color bg);
+ friend FL_EXPORT void gl_start();
+ friend FL_EXPORT Fl_Bitmask fl_create_bitmask(int w, int h, const uchar *array);
+ friend FL_EXPORT void fl_delete_bitmask(Fl_Bitmask);
public:
// The following functions create the various graphics drivers that are required
// for core operations. They must be implemented as members of Fl_Graphics_Driver,