summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2013-01-28 21:05:29 +0000
committerManolo Gouy <Manolo>2013-01-28 21:05:29 +0000
commit49f8a3cfc939e2a408db36274d1325ebef21b739 (patch)
tree888ab95d41950a26a913dde85a149a9f8577d3ac /FL
parente7c0c316612266102c5fb7109173571039db5b67 (diff)
Fix STR#2928: alt+e on US keyboard not processed correctly as shortcut on Mac OS.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9811 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/mac.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/mac.H b/FL/mac.H
index 8c1185fd4..d4cfb5367 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -133,6 +133,7 @@ public:
static void screen_work_area(int &X, int &Y, int &W, int &H, int n); // compute work area of a given screen
static int next_marked_length; // next length of marked text after current marked text will have been replaced
static int insertion_point_location(int *px, int *py, int *pheight); // computes window coordinates & height of insertion point
+ static int shortcut_events_since_keyDown; // to limit to one FL_SHORTCUT event per keyDown event.
private:
static void relink(Fl_Window*, Fl_Window*);
bool subwindow;