Include super basic memory arena

This commit is contained in:
Phireh 2024-12-07 14:57:02 +01:00
commit f460860e10
3 changed files with 65 additions and 10 deletions

View file

@ -45,7 +45,7 @@ typedef enum {
} mouse_keysym_t;
#define IME_STR_MAX 200 // TODO: check if this limit is sensible
#define KEYBOARD_KEY_TOTAL
#define KEYBOARD_KEY_TOTAL 256
typedef struct {
uint8_t keyboard_state; // mostly used to check if we are using the IME