Update of /cvsroot/frontierkernel/Frontier/Common/source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21121
Modified Files:
shellmouse.c
Log Message:
reenabling os9 compilation
Index: shellmouse.c
===================================================================
RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellmouse.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** shellmouse.c 1 Oct 2005 17:36:35 -0000 1.5
--- shellmouse.c 20 Dec 2005 22:33:02 -0000 1.6
***************
*** 405,410 ****
case inMenuBar:
shellupdateopenrecentmenu (); /* 2005-09-25 creedon */
!
shellupdatemenus (); /*be sure the menus are properly checked and highlighted*/
--- 405,414 ----
case inMenuBar:
+ #if TARGET_API_MAC_CARBON == 1
+
shellupdateopenrecentmenu (); /* 2005-09-25 creedon */
!
! #endif
!
shellupdatemenus (); /*be sure the menus are properly checked and highlighted*/
|