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
This commit is contained in:
parent
779b52ac3a
commit
f3dfe716f3
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue