From bcff4ec8e0e8d75880312d31e3e678b8f270de6b Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 17 Sep 2009 22:12:24 +0000 Subject: 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 --- FL/Fl.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl.H') 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*); -- cgit v1.2.3