diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2012-05-10 12:21:37 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-05-10 14:11:44 -0400 |
commit | 80680c7b7545077681a595a084b35ddaec6b47cc (patch) | |
tree | 82bac5142c086312f4ad2973c12f2285cb9866e0 /clients/smoke.c | |
parent | b71302e1db3422adc179761814a6bad107bb0454 (diff) | |
download | weston-80680c7b7545077681a595a084b35ddaec6b47cc.tar.gz weston-80680c7b7545077681a595a084b35ddaec6b47cc.tar.bz2 weston-80680c7b7545077681a595a084b35ddaec6b47cc.zip |
window.c: Just use float instead of GLfloat, remove GLES2.h include
Diffstat (limited to 'clients/smoke.c')
-rw-r--r-- | clients/smoke.c | 2 |
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; |