jer         14/12/03 23:41:48

  Modified:             fltk-1.3.3-visibility.patch
  Log:
  Export Fl_XFont_On_Demand() (bug #529346).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.2                  x11-libs/fltk/files/fltk-1.3.3-visibility.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/files/fltk-1.3.3-visibility.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/files/fltk-1.3.3-visibility.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/files/fltk-1.3.3-visibility.patch?r1=1.1&r2=1.2

Index: fltk-1.3.3-visibility.patch
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/x11-libs/fltk/files/fltk-1.3.3-visibility.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fltk-1.3.3-visibility.patch 8 Nov 2014 14:15:15 -0000       1.1
+++ fltk-1.3.3-visibility.patch 3 Dec 2014 23:41:48 -0000       1.2
@@ -9,3 +9,14 @@
  
  /**
      Sets the widget that will receive FL_KEYBOARD events.
+--- a/FL/x.H
++++ b/FL/x.H
+@@ -114,7 +114,7 @@ FL_EXPORT Fl_Region XRectangleRegion(int x, int y, int w, 
int h); // in fl_rect.
+ // With Xlib / X11 fonts, fl_xfont will return the current selected font.
+ // With XFT / X11 fonts, fl_xfont will attempt to return the bitmap "core" 
font most
+ // similar to (usually the same as) the current XFT font.
+-class Fl_XFont_On_Demand
++class FL_EXPORT Fl_XFont_On_Demand
+ {
+ public:
+   Fl_XFont_On_Demand(XFontStruct* p = NULL) : ptr(p) { }




Reply via email to