mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-23 17:24:39 +00:00
Fix typo in pixman_image_get_stride() function
pixman_image_surface_get_stride -> pixman_image_get_stride
This commit is contained in:
parent
3aad79d9c6
commit
37325b4e88
@ -1035,7 +1035,7 @@ static void dump_surface(pixman_image_t *surface, int cache)
|
||||
uint8_t *data = (uint8_t *)pixman_image_get_data(surface);
|
||||
int width = pixman_image_get_width(surface);
|
||||
int height = pixman_image_get_height(surface);
|
||||
int stride = pixman_image_surface_get_stride(surface);
|
||||
int stride = pixman_image_get_stride(surface);
|
||||
|
||||
uint32_t id = ++file_id;
|
||||
#ifdef WIN32
|
||||
|
||||
Loading…
Reference in New Issue
Block a user