Author: manolo
Date: 2013-04-15 06:47:58 -0700 (Mon, 15 Apr 2013)
New Revision: 9883
Log:
Removed processing of obsolete deadkey flag.
Modified:
branches/branch-3.0/src/fltk3/cocoa.mm
Modified: branches/branch-3.0/src/fltk3/cocoa.mm
===================================================================
--- branches/branch-3.0/src/fltk3/cocoa.mm 2013-04-15 13:34:46 UTC (rev
9882)
+++ branches/branch-3.0/src/fltk3/cocoa.mm 2013-04-15 13:47:58 UTC (rev
9883)
@@ -1668,9 +1668,6 @@
// In this mode, there seem to be no key-down codes
// printf("%08x %08x %08x\n", keyCode, mods, key);
maskedKeyCode = keyCode & 0x7f;
- if ([theEvent type] == NSKeyUp) {
- fltk3::e_state &= 0xbfffffff; // clear the deadkey flag
- }
mods_to_e_state( mods ); // process modifier keys
sym = macKeyLookUp[maskedKeyCode];
if (sym < 0xff00) { // a "simple" key
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit