forked from Miroirs/x49gp
add bg_color to keys
This commit is contained in:
parent
08488a1363
commit
b1e5efeb74
2 changed files with 4297 additions and 1483 deletions
5779
src/x49gpng/ui.c
5779
src/x49gpng/ui.c
File diff suppressed because it is too large
Load diff
|
@ -79,6 +79,7 @@ typedef struct {
|
|||
unsigned char columnbit;
|
||||
unsigned char rowbit;
|
||||
int eint;
|
||||
x49gp_ui_color_t bg_color;
|
||||
} x49gp_ui_key_t;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in a new issue