diff options
Diffstat (limited to 'clients/terminal.c')
-rw-r--r-- | clients/terminal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/terminal.c b/clients/terminal.c index c8818d0..52aed84 100644 --- a/clients/terminal.c +++ b/clients/terminal.c @@ -2237,7 +2237,7 @@ button_handler(struct widget *widget, static int motion_handler(struct widget *widget, struct input *input, uint32_t time, - GLfloat x, GLfloat y, void *data) + float x, float y, void *data) { struct terminal *terminal = data; |