diff options
Diffstat (limited to 'src/dged/keyboard.h')
| -rw-r--r-- | src/dged/keyboard.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dged/keyboard.h b/src/dged/keyboard.h index e602b69..e65563f 100644 --- a/src/dged/keyboard.h +++ b/src/dged/keyboard.h @@ -48,9 +48,9 @@ struct key { /** Modifier keys pressed (or-ed together) */ uint8_t mod; /** Index where this key press starts in the raw input buffer */ - uint8_t start; + uint32_t start; /** Index where this key press ends in the raw input buffer */ - uint8_t end; + uint32_t end; }; /** |
