Index: head/x11-toolkits/efltk/files/patch-efltk-Fl_Combo_Box.h =================================================================== --- head/x11-toolkits/efltk/files/patch-efltk-Fl_Combo_Box.h (nonexistent) +++ head/x11-toolkits/efltk/files/patch-efltk-Fl_Combo_Box.h (revision 183548) @@ -0,0 +1,13 @@ +--- efltk/Fl_Combo_Box.h.orig Sun Jan 28 17:54:29 2007 ++++ efltk/Fl_Combo_Box.h Sun Jan 28 17:54:45 2007 +@@ -23,8 +23,8 @@ + + void ctor_init(); + protected: +- static void Fl_Combo_Box::cb_browse(Fl_Widget *w, void *data); +- static void Fl_Combo_Box::cb_button(Fl_Widget *w, void *data); ++ static void cb_browse(Fl_Widget *w, void *data); ++ static void cb_button(Fl_Widget *w, void *data); + public: + static Fl_Named_Style* default_style; + Property changes on: head/x11-toolkits/efltk/files/patch-efltk-Fl_Combo_Box.h ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-toolkits/efltk/files/patch-efltk-Fl_Text_Buffer.h =================================================================== --- head/x11-toolkits/efltk/files/patch-efltk-Fl_Text_Buffer.h (nonexistent) +++ head/x11-toolkits/efltk/files/patch-efltk-Fl_Text_Buffer.h (revision 183548) @@ -0,0 +1,11 @@ +--- efltk/Fl_Text_Buffer.h.orig Sun Jan 28 17:53:23 2007 ++++ efltk/Fl_Text_Buffer.h Sun Jan 28 17:53:30 2007 +@@ -78,7 +78,7 @@ + Fl_Text_Buffer(int requestedSize = 0); + ~Fl_Text_Buffer(); + +- char *Fl_Text_Buffer::static_buffer(); ++ char *static_buffer(); + + // Undo stack size: (default 50) + int undo_size(); Property changes on: head/x11-toolkits/efltk/files/patch-efltk-Fl_Text_Buffer.h ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property