aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_keyboard_layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_keyboard_layout.h')
-rw-r--r--src/gwin/gwin_keyboard_layout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gwin/gwin_keyboard_layout.h b/src/gwin/gwin_keyboard_layout.h
index 9a2db343..b35bd139 100644
--- a/src/gwin/gwin_keyboard_layout.h
+++ b/src/gwin/gwin_keyboard_layout.h
@@ -52,11 +52,11 @@
typedef struct GVSpecialKey {
const char const *keycap; // The caption on the key
const char const *sendkey; // The key to send (NULL means none)
- uint8_t flags; // Flags
+ gU8 flags; // Flags
#define GVKEY_INVERT 0x01 // Invert the color
#define GVKEY_SINGLESET 0x02 // Change set when this key is pressed but only for a single keystroke
#define GVKEY_LOCKSET 0x04 // Change set when this key is pressed but stay there until the set is changed by the user
- uint8_t newset; // The new set to change to
+ gU8 newset; // The new set to change to
} GVSpecialKey;
typedef const char **GVKeySet; // Array of Rows - Null indicates the end