Add option to show UI while in fullscreen

This commit is contained in:
Thraka
2025-11-15 23:03:53 -08:00
parent 5b14368269
commit 316e14d5de
4 changed files with 27 additions and 1 deletions

View File

@@ -288,7 +288,7 @@ struct accelKey {
char desc[64];
char seq[64];
};
#define NUM_ACCELS 8
#define NUM_ACCELS 9
extern struct accelKey acc_keys[NUM_ACCELS];
extern struct accelKey def_acc_keys[NUM_ACCELS];
extern int FindAccelerator(const char *name);