Add PD move event
[platform/framework/web/livebox-viewer.git] / live.viewer / src / lb.c
index 0ad95cd..cbe928b 100644 (file)
@@ -82,7 +82,7 @@ static int update_pd_canvas(struct livebox *handle, Evas_Object *image)
                        data = livebox_acquire_pdfb(handle);
                        if (data) {
                                evas_object_image_data_set(image, NULL);
-                               evas_object_image_colorspace_set(canvas, EVAS_COLORSPACE_ARGB8888);
+                               evas_object_image_colorspace_set(image, EVAS_COLORSPACE_ARGB8888);
                                evas_object_image_alpha_set(image, EINA_TRUE);
                                evas_object_image_size_set(image, w, h);
                                evas_object_image_smooth_scale_set(image, EINA_TRUE);