diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2009-09-17 22:12:24 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2009-09-17 22:12:24 +0000 |
| commit | bcff4ec8e0e8d75880312d31e3e678b8f270de6b (patch) | |
| tree | d6fd1a4017da6d8d208c40b945c101c1c49e7b29 /FL/fl_draw.H | |
| parent | c0e4cf48a402bc355558b7a99160da0659cfbfa2 (diff) | |
International menu shortcuts working on Mac OS (and probably the other OS's)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6878 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/fl_draw.H')
| -rw-r--r-- | FL/fl_draw.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/fl_draw.H b/FL/fl_draw.H index ea2d315fb..89e09198a 100644 --- a/FL/fl_draw.H +++ b/FL/fl_draw.H @@ -441,8 +441,8 @@ FL_EXPORT int fl_measure_pixmap(const char* const* cdata, int &w, int &h); // other: 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 const char* fl_shortcut_label(Fl_Shortcut shortcut); +FL_EXPORT const char* fl_shortcut_label(Fl_Shortcut shortcut, 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); |
