blob: 491e0a18876dce9e22ca3f5d34e38badcd566179 (
plain)
1 --- a/src/Fl.cxx
2 +++ b/src/Fl.cxx
3 @@ -928,7 +928,7 @@
4
5 ////////////////////////////////////////////////////////////////
6
7 -Fl_Widget* fl_oldfocus; // kludge for Fl_Group...
8 +FL_EXPORT Fl_Widget* fl_oldfocus; // kludge for Fl_Group...
9
10 /**
11 Sets the widget that will receive FL_KEYBOARD events.
12 --- a/FL/x.H
13 +++ b/FL/x.H
14 @@ -114,7 +114,7 @@ FL_EXPORT Fl_Region XRectangleRegion(int x, int y, int w, int h); // in fl_rect.
15 // With Xlib / X11 fonts, fl_xfont will return the current selected font.
16 // With XFT / X11 fonts, fl_xfont will attempt to return the bitmap "core" font most
17 // similar to (usually the same as) the current XFT font.
18 -class Fl_XFont_On_Demand
19 +class FL_EXPORT Fl_XFont_On_Demand
20 {
21 public:
22 Fl_XFont_On_Demand(XFontStruct* p = NULL) : ptr(p) { }
|