From b22744aac0d54f16d39b2e01654fee9a5e47407a Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 2 Feb 2013 15:46:00 +0000 Subject: Mac OS text input: a single FL_KEYBOARD event is now sent when processing dead keys. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9812 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/mac.H | 1 - 1 file changed, 1 deletion(-) (limited to 'FL') diff --git a/FL/mac.H b/FL/mac.H index d4cfb5367..8c1185fd4 100644 --- a/FL/mac.H +++ b/FL/mac.H @@ -133,7 +133,6 @@ 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; -- cgit v1.2.3