--- np2/macos9/np2.cpp 2003/11/13 07:47:17 1.14 +++ np2/macos9/np2.cpp 2003/11/14 05:26:53 1.16 @@ -572,6 +572,10 @@ static void eventproc(EventRecord *event mousemng_buttonevent(MOUSEMNG_LEFTUP); mousemng_buttonevent(MOUSEMNG_RIGHTUP); break; + + case activateEvt: + mackbd_activate((event->modifiers & activeFlag)?TRUE:FALSE); + break; } }