From 4b321404576c3f7694931731558862a3f596fb0f Mon Sep 17 00:00:00 2001
From: Manolo Gouy <Manolo>
Date: Wed, 14 Apr 2010 08:07:53 +0000
Subject: [PATCH] Making fl_old_shortcut() seen by Doxygen.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7499 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
 FL/Fl_Button.H | 2 --
 FL/fl_draw.H   | 1 +
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/FL/Fl_Button.H b/FL/Fl_Button.H
index 4444df3be..22280e6a3 100644
--- a/FL/Fl_Button.H
+++ b/FL/Fl_Button.H
@@ -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
diff --git a/FL/fl_draw.H b/FL/fl_draw.H
index 4a9c1fec3..f416d7363 100644
--- a/FL/fl_draw.H
+++ b/FL/fl_draw.H
@@ -704,6 +704,7 @@ FL_EXPORT void fl_scroll(int X, int Y, int W, int H, int dx, int dy,
                          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);
-- 
GitLab