summaryrefslogtreecommitdiff
path: root/FL/Fl.H
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2009-09-17 22:12:24 +0000
committerMatthias Melcher <fltk@matthiasm.com>2009-09-17 22:12:24 +0000
commitbcff4ec8e0e8d75880312d31e3e678b8f270de6b (patch)
treed6fd1a4017da6d8d208c40b945c101c1c49e7b29 /FL/Fl.H
parentc0e4cf48a402bc355558b7a99160da0659cfbfa2 (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.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index a52149f6a..25cbd16c8 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -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*);