From 80680c7b7545077681a595a084b35ddaec6b47cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 10 May 2012 12:21:37 -0400 Subject: window.c: Just use float instead of GLfloat, remove GLES2.h include --- clients/smoke.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clients/smoke.c') 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; -- cgit v1.2.3