aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_keyboard.h')
-rw-r--r--src/gwin/gwin_keyboard.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gwin/gwin_keyboard.h b/src/gwin/gwin_keyboard.h
index aec159ea..653ed218 100644
--- a/src/gwin/gwin_keyboard.h
+++ b/src/gwin/gwin_keyboard.h
@@ -59,9 +59,9 @@ typedef struct GKeyboardObject {
const char **keyset;
gCoord keyx, keyy;
gCoord keycx, keycy;
- uint8_t lastkeyrow, lastkeycol;
- uint8_t keyrow, keycol;
- uint32_t key;
+ gU8 lastkeyrow, lastkeycol;
+ gU8 keyrow, keycol;
+ gU32 key;
} GKeyboardObject;
/**