ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/Display_Be.h
(Generate patch)

Comparing Frodo4/Src/Display_Be.h (file contents):
Revision 1.3 by cebix, 2003-07-09T13:54:01Z vs.
Revision 1.6 by cebix, 2004-01-12T15:13:20Z

# Line 2 | Line 2
2   *  Display_Be.h - C64 graphics display, emulator window handling,
3   *                 Be specific stuff
4   *
5 < *  Frodo (C) 1994-1997,2002-2003 Christian Bauer
5 > *  Frodo (C) 1994-1997,2002-2004 Christian Bauer
6   *
7   *  This program is free software; you can redistribute it and/or modify
8   *  it under the terms of the GNU General Public License as published by
# Line 28 | Line 28
28   #include "main.h"
29  
30  
31 + #ifndef BIT_BANG
32   #define BIT_BANG 0
33 < #define MGA_HACK 1
33 > #endif
34 > #ifndef MGA_HACK
35 > #define MGA_HACK 0
36 > #endif
37  
38  
39   // Window thread messages
# Line 1021 | Line 1025 | SpeedoView::SpeedoView(BRect frame) : BV
1025          speedostr[0] = 0;
1026          bounds = Bounds();
1027          SetViewColor(fill_gray);
1028 +        SetLowColor(fill_gray);
1029          SetFont(be_plain_font);
1030   }
1031  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines