1
0
Fork 0
forked from Miroirs/x49gp
This commit is contained in:
Gwenhael Le Moine 2024-11-14 13:32:56 +01:00
parent e29b38693f
commit 092b7f49af
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
2 changed files with 7 additions and 9 deletions

View file

@ -21,8 +21,6 @@
#include "gdbstub.h"
#define NB_KEYS 51
#define FONT_SIZE_KEY opt.font_size
#define FONT_SIZE_SYMBOL ( 2 * opt.font_size )
#define FONT_SIZE_NUMBER ( ( int )( 1.75 * opt.font_size ) )

View file

@ -29,9 +29,7 @@ typedef enum {
typedef enum {
UI_CALCULATOR_HP49GP = 0,
UI_CALCULATOR_HP49GP_NEWRPL,
UI_CALCULATOR_HP50G,
UI_CALCULATOR_HP50G_NEWRPL
} x49gp_ui_calculator_t;
typedef enum {
@ -95,6 +93,8 @@ typedef enum {
HPKEY_PERIOD,
HPKEY_SPACE,
HPKEY_ENTER, /* 50 */
NB_KEYS
} x49gp_ui_hpkey_t;
typedef struct {