diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Device.H | 2 | ||||
| -rw-r--r-- | FL/x11.H | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H index 890d4f744..93b3836a9 100644 --- a/FL/Fl_Device.H +++ b/FL/Fl_Device.H @@ -112,7 +112,7 @@ public: It is currently used to provide an automated printing service and screen capture for OpenGL windows, if linked with fltk_gl. */ -class FL_EXPORT Fl_Device_Plugin : public Fl_Plugin { +class Fl_Device_Plugin : public Fl_Plugin { public: /** \brief The constructor */ Fl_Device_Plugin(const char *pluginName) @@ -65,7 +65,7 @@ extern FL_EXPORT void *fl_xftfont; // With Xlib / X11 fonts, fl_xfont will return the current selected font. // With XFT / X11 fonts, fl_xfont will attempt to return the bitmap "core" font most // similar to (usually the same as) the current XFT font. -class FL_EXPORT Fl_XFont_On_Demand +class Fl_XFont_On_Demand { public: Fl_XFont_On_Demand(XFontStruct* p = NULL) : ptr(p) { } |
