commit | 80680c7b7545077681a595a084b35ddaec6b47cc | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Thu May 10 12:21:37 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu May 10 14:11:44 2012 -0400 |
tree | 82bac5142c086312f4ad2973c12f2285cb9866e0 | |
parent | b71302e1db3422adc179761814a6bad107bb0454 [diff] [blame] |
window.c: Just use float instead of GLfloat, remove GLES2.h include
diff --git a/clients/gears.c b/clients/gears.c index 3a57fa6..cc4d39a 100644 --- a/clients/gears.c +++ b/clients/gears.c
@@ -223,7 +223,7 @@ 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) { struct gears *gears = data; int offset_x, offset_y;