1 |
|
/* |
2 |
|
* main_Be.h - Main program, BeOS specific stuff |
3 |
|
* |
4 |
< |
* Frodo (C) 1994-1997,2002-2003 Christian Bauer |
4 |
> |
* Frodo (C) 1994-1997,2002-2004 Christian Bauer |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
175 |
|
} |
176 |
|
break; |
177 |
|
|
178 |
< |
case MSG_PREFS_DONE: // Preferences editor closed |
178 |
> |
case MSG_PREFS_DONE: { // Preferences editor closed |
179 |
|
Prefs *prefs; |
180 |
< |
msg->FindPointer("prefs", &prefs); |
180 |
> |
msg->FindPointer("prefs", (void **)&prefs); |
181 |
|
if (!msg->FindBool("canceled")) { |
182 |
|
TheC64->NewPrefs(prefs); |
183 |
|
ThePrefs = *prefs; |
188 |
|
TheC64->TheDisplay->Resume(); |
189 |
|
TheC64->Resume(); |
190 |
|
break; |
191 |
+ |
} |
192 |
|
|
193 |
|
case MSG_RESET: // Reset C64 |
194 |
|
if (TheC64 != NULL) |