Author: manolo
Date: 2010-04-14 01:07:53 -0700 (Wed, 14 Apr 2010)
New Revision: 7499
Log:
Making fl_old_shortcut() seen by Doxygen.

Modified:
   branches/branch-1.3/FL/Fl_Button.H
   branches/branch-1.3/FL/fl_draw.H

Modified: branches/branch-1.3/FL/Fl_Button.H
===================================================================
--- branches/branch-1.3/FL/Fl_Button.H  2010-04-14 07:58:37 UTC (rev 7498)
+++ branches/branch-1.3/FL/Fl_Button.H  2010-04-14 08:07:53 UTC (rev 7499)
@@ -44,9 +44,7 @@
                                         are set to zero.*/
 #define FL_HIDDEN_BUTTON       3   ///< for Forms compatibility
 
-#ifndef FL_DOXYGEN
 extern FL_EXPORT Fl_Shortcut fl_old_shortcut(const char*);
-#endif
 
 /**
   \class Fl_Button

Modified: branches/branch-1.3/FL/fl_draw.H
===================================================================
--- branches/branch-1.3/FL/fl_draw.H    2010-04-14 07:58:37 UTC (rev 7498)
+++ branches/branch-1.3/FL/fl_draw.H    2010-04-14 08:07:53 UTC (rev 7499)
@@ -704,6 +704,7 @@
                          void (*draw_area)(void*, int,int,int,int), void* 
data);
 FL_EXPORT const char* fl_shortcut_label(unsigned int shortcut);
 FL_EXPORT const char* fl_shortcut_label(unsigned int shortcut, const char 
**eom);
+FL_EXPORT unsigned int fl_old_shortcut(const char* s);
 FL_EXPORT void fl_overlay_rect(int x,int y,int w,int h);
 FL_EXPORT void fl_overlay_clear();
 FL_EXPORT void fl_cursor(Fl_Cursor, Fl_Color fg=FL_BLACK, Fl_Color 
bg=FL_WHITE);

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to