Added
Link Here
|
1 |
--- FL/x.H.orig 2024-03-02 22:07:27 UTC |
2 |
+++ FL/x.H |
3 |
@@ -105,7 +105,7 @@ FL_EXPORT Fl_Region XRectangleRegion(int x, int y, int |
4 |
// With Xlib / X11 fonts, fl_xfont will return the current selected font. |
5 |
// With XFT / X11 fonts, fl_xfont will attempt to return the bitmap "core" font most |
6 |
// similar to (usually the same as) the current XFT font. |
7 |
-class Fl_XFont_On_Demand |
8 |
+class FL_EXPORT Fl_XFont_On_Demand |
9 |
{ |
10 |
public: |
11 |
Fl_XFont_On_Demand(XFontStruct* p = NULL) : ptr(p) { } |