diff options
Diffstat (limited to 'src/gwin/gwin_keyboard.h')
-rw-r--r-- | src/gwin/gwin_keyboard.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gwin/gwin_keyboard.h b/src/gwin/gwin_keyboard.h index 0f4185ab..d048453f 100644 --- a/src/gwin/gwin_keyboard.h +++ b/src/gwin/gwin_keyboard.h @@ -57,8 +57,8 @@ typedef struct GKeyboardObject { GWidgetObject w; const struct GVKeyTable *keytable; const char **keyset; - coord_t keyx, keyy; - coord_t keycx, keycy; + gCoord keyx, keyy; + gCoord keycx, keycy; uint8_t lastkeyrow, lastkeycol; uint8_t keyrow, keycol; uint32_t key; |