diff options
Diffstat (limited to 'devices/vector/gdevpsds.h')
-rw-r--r-- | devices/vector/gdevpsds.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devices/vector/gdevpsds.h b/devices/vector/gdevpsds.h index 310072ce..35a756f0 100644 --- a/devices/vector/gdevpsds.h +++ b/devices/vector/gdevpsds.h @@ -253,7 +253,8 @@ struct stream_image_transfer_state_s { stream_image_colors_reloc_ptrs, pcs, pdev, pgs) void s_image_colors_set_dimensions(stream_image_colors_state * st, - int width, int height, int depth, int bits_per_sample); + int width, int height, int input_width, + int depth, int bits_per_sample); void s_image_colors_set_mask_colors(stream_image_colors_state * ss, uint *MaskColor); |