ilo: replace a boolean by bool
[mesa.git] / src / gallium / state_trackers / vega / image.h
index a990c9c58735eb90078bce8452742acc8318c7c7..391c048594843941e82f78fb52e157f1b9a1e339 100644 (file)
@@ -79,7 +79,7 @@ void image_copy(struct vg_image *dst, VGint dx, VGint dy,
                 VGint width, VGint height,
                 VGboolean dither);
 
-void image_draw(struct vg_image *img);
+void image_draw(struct vg_image *img, struct matrix *matrix);
 
 void image_set_pixels(VGint dx, VGint dy,
                       struct vg_image *src, VGint sx, VGint sy,