diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Device.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H index 569f3b178..0d0f4c272 100644 --- a/FL/Fl_Device.H +++ b/FL/Fl_Device.H @@ -49,11 +49,11 @@ class Fl_Graphics_Driver; class Fl_Display_Device; class Fl_Surface_Device; /** \brief Points to the driver that currently receives all graphics requests */ -extern Fl_Graphics_Driver *fl_graphics_driver; +FL_EXPORT extern Fl_Graphics_Driver *fl_graphics_driver; /** \brief Points to the surface that currently receives all graphics requests */ -extern Fl_Surface_Device *fl_surface; +FL_EXPORT extern Fl_Surface_Device *fl_surface; /** \brief Points to the platform's display */ -extern Fl_Display_Device *fl_display_device; +FL_EXPORT extern Fl_Display_Device *fl_display_device; /** signature of image generation callback function. |
