| 15 | extern FXMainWindow *g_main_window; |
| 16 | |
| 17 | static pascal OSErr HandleQuitMessage(const AppleEvent *theAppleEvent, AppleEvent |
| 18 | *reply, long handlerRefcon) |
| 19 | { |
| 20 | puts("Quitting\n"); |
| 21 | FXApp::instance()->exit(); |
| 22 | return 0; |
| 23 | } |
| 24 | |
| 25 | static pascal OSErr HandleReopenMessage(const AppleEvent *theAppleEvent, AppleEvent |
| 26 | *reply, long handlerRefcon) |