tests: Remove last GLfloat use
authorKristian Høgsberg <krh@bitplanet.net>
Wed, 14 Nov 2012 19:42:51 +0000 (14:42 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Sat, 17 Nov 2012 00:25:32 +0000 (19:25 -0500)
With the EGL/GLES2 types out of compositor.h this now fails to compile.

https://bugs.freedesktop.org/show_bug.cgi?id=57129

tests/surface-global-test.c

index 9923c3d..6e991ba 100644 (file)
@@ -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;