summaryrefslogtreecommitdiff
path: root/clients/smoke.c
diff options
context:
space:
mode:
Diffstat (limited to 'clients/smoke.c')
-rw-r--r--clients/smoke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/smoke.c b/clients/smoke.c
index 1cf8162f..0e29b063 100644
--- a/clients/smoke.c
+++ b/clients/smoke.c
@@ -230,7 +230,7 @@ redraw_handler(struct widget *widget, void *data)
static int
smoke_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)
{
struct smoke *smoke = data;
int i, i0, i1, j, j0, j1, k, d = 5;