--- Frodo4/Src/Display_Be.h 2003/07/09 15:57:06 1.4 +++ Frodo4/Src/Display_Be.h 2009/01/11 11:32:38 1.8 @@ -2,7 +2,7 @@ * Display_Be.h - C64 graphics display, emulator window handling, * Be specific stuff * - * Frodo (C) 1994-1997,2002-2003 Christian Bauer + * Frodo (C) 1994-1997,2002-2009 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1025,6 +1025,7 @@ SpeedoView::SpeedoView(BRect frame) : BV speedostr[0] = 0; bounds = Bounds(); SetViewColor(fill_gray); + SetLowColor(fill_gray); SetFont(be_plain_font); } @@ -1171,7 +1172,7 @@ void LEDView::Pulse(void) * Show a requester */ -long ShowRequester(char *str, char *button1, char *button2) +long ShowRequester(const char *str, const char *button1, const char *button2) { BAlert *the_alert;