summaryrefslogtreecommitdiff
path: root/tests/test-yuv-upload.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-yuv-upload.c')
-rw-r--r--tests/test-yuv-upload.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-yuv-upload.c b/tests/test-yuv-upload.c
index 996af24..a15fc27 100644
--- a/tests/test-yuv-upload.c
+++ b/tests/test-yuv-upload.c
@@ -62,8 +62,8 @@ parse_fourcc (const gchar *fourcc)
void
size_change (ClutterTexture *texture,
- gfloat width,
- gfloat height,
+ gint width,
+ gint height,
gpointer user_data)
{
ClutterActor *stage;