commit | f3dfe716f34d8d3a1b9a6673f41f8884aab55ea1 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Wed Nov 14 14:42:51 2012 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Nov 14 14:42:51 2012 -0500 |
tree | da5028b0416125cea5e2f60f1b2541770d371741 | |
parent | 779b52ac3a38eda090173d3a015a99ed0bf704c9 [diff] [blame] |
tests: Remove last GLfloat use With the EGL/GLES2 types out of compositor.h this now fails to compile. https://bugs.freedesktop.org/show_bug.cgi?id=57129
diff --git a/tests/surface-global-test.c b/tests/surface-global-test.c index 9923c3d..6e991ba 100644 --- a/tests/surface-global-test.c +++ b/tests/surface-global-test.c
@@ -27,7 +27,7 @@ TEST(surface_to_from_global) { struct weston_surface *surface; - GLfloat x, y; + float x, y; wl_fixed_t fx, fy; int32_t ix, iy;