]> git.pld-linux.org Git - packages/fltk.git/blob - fltk-export.patch
- release 2 to get rid of -R from fltk-config
[packages/fltk.git] / fltk-export.patch
1 --- fltk-1.3.3/FL/x.H.orig      2014-10-29 21:25:46.000000000 +0100
2 +++ fltk-1.3.3/FL/x.H   2014-11-19 20:30:07.434515072 +0100
3 @@ -114,7 +114,7 @@
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) { }
This page took 0.09423 seconds and 3 git commands to generate.