Removed the configuration panel width/height
Added FG/BG color definitions for the headerbar
This commit is contained in:
parent
ee181da9d3
commit
12f50276e5
@ -1,5 +1,9 @@
|
||||
#define BX_MENU_WIDTH 320
|
||||
#define BX_MENU_HEIGHT 240
|
||||
#define BX_HEADERBAR_FG_RED 0x95
|
||||
#define BX_HEADERBAR_FG_GREEN 0x8E
|
||||
#define BX_HEADERBAR_FG_BLUE 0xFE
|
||||
#define BX_HEADERBAR_BG_RED 0x2B
|
||||
#define BX_HEADERBAR_BG_GREEN 0x29
|
||||
#define BX_HEADERBAR_BG_BLUE 0x49
|
||||
|
||||
unsigned char sdl_font8x16[256][16] = {
|
||||
{ 0, 0, 0, 0, 0, 0, 0, 0, // 0
|
||||
|
Loading…
Reference in New Issue
Block a user