1
0
Fork 0
forked from Miroirs/x49gp

add bg_color to keys

This commit is contained in:
Gwenhael Le Moine 2024-10-30 16:48:31 +01:00
parent 08488a1363
commit b1e5efeb74
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
2 changed files with 4297 additions and 1483 deletions

File diff suppressed because it is too large Load diff

View file

@ -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 {