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.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.H')
| -rw-r--r-- | FL/Fl.H | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -568,7 +568,7 @@ public: static void compose_reset() {compose_state = 0;} static int event_inside(int,int,int,int); static int event_inside(const Fl_Widget*); - static int test_shortcut(int); + static int test_shortcut(Fl_Shortcut); // event destinations: static int handle(int, Fl_Window*); |
