diff options
Diffstat (limited to 'clients/flower.c')
-rw-r--r-- | clients/flower.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/flower.c b/clients/flower.c index 5fc14b5..8bf4f3e 100644 --- a/clients/flower.c +++ b/clients/flower.c @@ -134,7 +134,7 @@ redraw_handler(struct widget *widget, void *data) static int motion_handler(struct widget *widget, struct input *input, - uint32_t time, GLfloat x, GLfloat y, void *data) + uint32_t time, float x, float y, void *data) { return POINTER_HAND1; } |