diff options
Diffstat (limited to 'platform/gl/gl-app.h')
-rw-r--r-- | platform/gl/gl-app.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/gl/gl-app.h b/platform/gl/gl-app.h index 14dd679c..37b7941a 100644 --- a/platform/gl/gl-app.h +++ b/platform/gl/gl-app.h @@ -69,8 +69,8 @@ float ui_measure_string(fz_context *ctx, char *str); struct input { - int text[256]; - int *end, *p, *q; + char text[256]; + char *end, *p, *q; }; int ui_input(int x0, int y0, int x1, int y1, struct input *input); |