summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2009-04-12 20:00:45 +0000
committerMatthias Melcher <fltk@matthiasm.com>2009-04-12 20:00:45 +0000
commitead9c2ce24c88523ebe9295015f993231a61b66a (patch)
tree832c58415cf65e6017d0ebc777f8edee40e2e95e /FL
parentafe1b90dd012216b007112dc5c92f22a1f034bd7 (diff)
Avoiding crashes for recrsive common dialogs (this does not fix the issue at hand yet) (STR #1986, 2150) / Added menu shortcut alignment for OS X / Fixed bad system menu hadling in OS X (STR #2153) / Fixed File Input mouse pointer dragging (STR #2181)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6757 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/fl_draw.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/fl_draw.H b/FL/fl_draw.H
index aa73ecfa1..5ec841200 100644
--- a/FL/fl_draw.H
+++ b/FL/fl_draw.H
@@ -436,6 +436,7 @@ FL_EXPORT int fl_measure_pixmap(const char* const* cdata, int &w, int &h);
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(int shortcut);
+FL_EXPORT const char* fl_shortcut_label(int shortcuti, const char **eom);
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);