diff options
| author | Lauri Kasanen <cand@gmx.com> | 2014-10-29 20:11:02 +0000 |
|---|---|---|
| committer | Lauri Kasanen <cand@gmx.com> | 2014-10-29 20:11:02 +0000 |
| commit | ccfb27a83e238843ed1378c3b181dc1c84016155 (patch) | |
| tree | c073410f995a7f51e80ff0caf8071591f415ff1e | |
| parent | c7759da19ac9dece23b8dc74faa7ae547a8f0813 (diff) | |
Export the xlib graphics driver
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10409 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | FL/Fl_Device.H | 2 |
1 files changed, 1 insertions, 1 deletions
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;}; |
