|
From: John M M. <jo...@us...> - 2002-08-06 21:53:36
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm
In directory usw-pr-cvs1:/tmp/cvs-serv7543/squeak/platforms/Mac OS/vm
Modified Files:
sqMacUIEvents.c
Log Message:
3.2.8b3 Fixes to make work as a carbon netscape plugin
Index: sqMacUIEvents.c
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqMacUIEvents.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** sqMacUIEvents.c 5 Jul 2002 07:01:53 -0000 1.10
--- sqMacUIEvents.c 6 Aug 2002 21:53:33 -0000 1.11
***************
*** 16,19 ****
--- 16,21 ----
* Mar 14th, 2002, JMM fix text input for encoding keys (textinput versus raw char)
* Apr 17th, 2002, JMM Use accessors for VM variables.
+ * 3.2.8b1 July 24th, 2002 JMM support for os-x plugin under IE 5.x drop usb stuff
+
notes: see incontent, I think it's a bug, click to bring to foreground signls mousedown. bad...
***************
*** 535,541 ****
}
- int getUIToLock(long *foo) {
- }
-
#endif
--- 537,540 ----
***************
*** 720,724 ****
}
! #if defined(__MWERKS__) && !defined(__APPLE__) && !defined(__MACH__)
Boolean USBKeyboardCheckKey(int macKeyCode);
--- 719,723 ----
}
! #if defined(__MWERKS__) && !defined(__APPLE__) && !defined(__MACH__) && JMMFoo
Boolean USBKeyboardCheckKey(int macKeyCode);
|