--- Frodo4/Src/Display_Be.h 2003/07/09 13:54:01 1.3 +++ Frodo4/Src/Display_Be.h 2003/07/09 17:01:12 1.5 @@ -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); }