|
|
| version 1.14, 2003/11/13 07:47:17 | version 1.15, 2003/11/13 20:14:31 |
|---|---|
| Line 572 static void eventproc(EventRecord *event | Line 572 static void eventproc(EventRecord *event |
| mousemng_buttonevent(MOUSEMNG_LEFTUP); | mousemng_buttonevent(MOUSEMNG_LEFTUP); |
| mousemng_buttonevent(MOUSEMNG_RIGHTUP); | mousemng_buttonevent(MOUSEMNG_RIGHTUP); |
| break; | break; |
| case activateEvt: | |
| mackbd_activate((event->modifiers & activeFlag)?TRUE:FALSE); | |
| break; | |
| } | } |
| } | } |
| Line 723 int main(int argc, char *argv[]) { | Line 727 int main(int argc, char *argv[]) { |
| flagload(np2resume); | flagload(np2resume); |
| } | } |
| SetScriptManagerVariable(smKeyDisableState, 1); | |
| SetEventMask(everyEvent); | SetEventMask(everyEvent); |
| np2running = TRUE; | np2running = TRUE; |