mirror of https://github.com/fltk/fltk
Export the xlib graphics driver
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10409 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
c7759da19a
commit
ccfb27a83e
|
@ -491,7 +491,7 @@ public:
|
||||||
*
|
*
|
||||||
This class is implemented only on the Xlib platform.
|
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:
|
public:
|
||||||
static const char *class_id;
|
static const char *class_id;
|
||||||
const char *class_name() {return class_id;};
|
const char *class_name() {return class_id;};
|
||||||
|
|
Loading…
Reference in New Issue