Author: manolo Date: 2011-09-02 07:42:02 -0700 (Fri, 02 Sep 2011) New Revision: 9027 Log: Added missing declaration of the fl_find() function.
Modified: branches/branch-1.3/FL/mac.H Modified: branches/branch-1.3/FL/mac.H =================================================================== --- branches/branch-1.3/FL/mac.H 2011-09-02 12:15:43 UTC (rev 9026) +++ branches/branch-1.3/FL/mac.H 2011-09-02 14:42:02 UTC (rev 9027) @@ -159,6 +159,7 @@ extern FL_EXPORT class Fl_Sys_Menu_Bar *fl_sys_menu_bar; extern Window fl_xid(const Fl_Window*); +extern Fl_Window* fl_find(Window xid); void fl_clip_region(Fl_Region); extern FL_EXPORT Fl_Bitmask fl_create_bitmask(int w, int h, const uchar *data); _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
