| 202 | } |
| 203 | |
| 204 | void |
| 205 | MainWindow::create() |
| 206 | { |
| 207 | FXMainWindow::create(); |
| 208 | show(); |
| 209 | |
| 210 | onRescan(NULL, 0, NULL); |
| 211 | |
| 212 | |
| 213 | #ifdef __APPLE__ |
| 214 | init_apple_message_system(); |
| 215 | #endif |
| 216 | |
| 217 | getApp()->addTimeout(this, ID_MAC_TIMER, |
| 218 | 50 * timeout_scalar /*50ms*/); |
| 219 | } |
| 220 | |
| 221 | long |
| 222 | MainWindow::onConnect(FXObject *sender, FXSelector sel, void *ptr) |