aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mgl/window/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mgl/window/event.h b/include/mgl/window/event.h
index 4a3ba71..a47568b 100644
--- a/include/mgl/window/event.h
+++ b/include/mgl/window/event.h
@@ -15,7 +15,7 @@ typedef struct {
typedef struct {
uint32_t codepoint;
int size;
- unsigned char str[5]; /* utf8, null terminated */
+ char str[5]; /* utf8, null terminated */
} mgl_text_event;
typedef struct {