forked from Miroirs/x49gp
++
This commit is contained in:
parent
e29b38693f
commit
092b7f49af
2 changed files with 7 additions and 9 deletions
|
@ -21,8 +21,6 @@
|
||||||
|
|
||||||
#include "gdbstub.h"
|
#include "gdbstub.h"
|
||||||
|
|
||||||
#define NB_KEYS 51
|
|
||||||
|
|
||||||
#define FONT_SIZE_KEY opt.font_size
|
#define FONT_SIZE_KEY opt.font_size
|
||||||
#define FONT_SIZE_SYMBOL ( 2 * opt.font_size )
|
#define FONT_SIZE_SYMBOL ( 2 * opt.font_size )
|
||||||
#define FONT_SIZE_NUMBER ( ( int )( 1.75 * opt.font_size ) )
|
#define FONT_SIZE_NUMBER ( ( int )( 1.75 * opt.font_size ) )
|
||||||
|
|
|
@ -29,9 +29,7 @@ typedef enum {
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
UI_CALCULATOR_HP49GP = 0,
|
UI_CALCULATOR_HP49GP = 0,
|
||||||
UI_CALCULATOR_HP49GP_NEWRPL,
|
|
||||||
UI_CALCULATOR_HP50G,
|
UI_CALCULATOR_HP50G,
|
||||||
UI_CALCULATOR_HP50G_NEWRPL
|
|
||||||
} x49gp_ui_calculator_t;
|
} x49gp_ui_calculator_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
@ -95,6 +93,8 @@ typedef enum {
|
||||||
HPKEY_PERIOD,
|
HPKEY_PERIOD,
|
||||||
HPKEY_SPACE,
|
HPKEY_SPACE,
|
||||||
HPKEY_ENTER, /* 50 */
|
HPKEY_ENTER, /* 50 */
|
||||||
|
|
||||||
|
NB_KEYS
|
||||||
} x49gp_ui_hpkey_t;
|
} x49gp_ui_hpkey_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in a new issue