Author: matt
Date: 2008-11-06 12:19:00 -0800 (Thu, 06 Nov 2008)
New Revision: 6499
Log:
Reverted to old Mac Keyboard handling until new code is functional on allMac 
versions.

Modified:
   branches/branch-1.3/src/Fl_mac.cxx

Modified: branches/branch-1.3/src/Fl_mac.cxx
===================================================================
--- branches/branch-1.3/src/Fl_mac.cxx  2008-11-05 12:54:39 UTC (rev 6498)
+++ branches/branch-1.3/src/Fl_mac.cxx  2008-11-06 20:19:00 UTC (rev 6499)
@@ -1287,7 +1287,7 @@
     // Matt: to Carbon. The kEventKeyModifierNumLockMask is only set when
     // Matt: a numeric keypad key is pressed and does not correspond with
     // Matt: the NumLock light in PowerBook keyboards.
-#if 0
+#if 1
     if ( (sym >= FL_KP && sym <= FL_KP_Last) || !(sym & 0xff00) ||
             sym == FL_Tab || sym == FL_Enter) {
       buffer[0] = key;

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to