From ccfb27a83e238843ed1378c3b181dc1c84016155 Mon Sep 17 00:00:00 2001 From: Lauri Kasanen Date: Wed, 29 Oct 2014 20:11:02 +0000 Subject: Export the xlib graphics driver git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10409 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Device.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H index 460fb278e..96ac0ca64 100644 --- a/FL/Fl_Device.H +++ b/FL/Fl_Device.H @@ -491,7 +491,7 @@ public: * This class is implemented only on the Xlib platform. */ -class Fl_Xlib_Graphics_Driver : public Fl_Graphics_Driver { +class FL_EXPORT Fl_Xlib_Graphics_Driver : public Fl_Graphics_Driver { public: static const char *class_id; const char *class_name() {return class_id;}; -- cgit v1.2.3