Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 529346
Collapse All | Expand All

(-)a/FL/x.H (-1 / +1 lines)
Lines 114-120 FL_EXPORT Fl_Region XRectangleRegion(int x, int y, int w, int h); // in fl_rect. Link Here
114
// With Xlib / X11 fonts, fl_xfont will return the current selected font.
114
// With Xlib / X11 fonts, fl_xfont will return the current selected font.
115
// With XFT / X11 fonts, fl_xfont will attempt to return the bitmap "core" font most
115
// With XFT / X11 fonts, fl_xfont will attempt to return the bitmap "core" font most
116
// similar to (usually the same as) the current XFT font.
116
// similar to (usually the same as) the current XFT font.
117
class Fl_XFont_On_Demand
117
class FL_EXPORT Fl_XFont_On_Demand
118
{
118
{
119
public:
119
public:
120
  Fl_XFont_On_Demand(XFontStruct* p = NULL) : ptr(p) { }
120
  Fl_XFont_On_Demand(XFontStruct* p = NULL) : ptr(p) { }

Return to bug 529346