--- Frodo4/Src/Display_Be.h 2003/07/09 13:54:01 1.3 +++ Frodo4/Src/Display_Be.h 2004/01/12 15:13:20 1.6 @@ -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-2004 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 @@ -28,8 +28,12 @@ #include "main.h" +#ifndef BIT_BANG #define BIT_BANG 0 -#define MGA_HACK 1 +#endif +#ifndef MGA_HACK +#define MGA_HACK 0 +#endif // Window thread messages @@ -1021,6 +1025,7 @@ SpeedoView::SpeedoView(BRect frame) : BV speedostr[0] = 0; bounds = Bounds(); SetViewColor(fill_gray); + SetLowColor(fill_gray); SetFont(be_plain_font); }