summaryrefslogtreecommitdiffstats
path: root/server/spice_bitmap_utils.h
blob: 69860e5ab16948cc2ebcef1dfe4b54a4b68001a2 (plain)
1
2
3
4
5
6
7
8
#ifndef H_SPICE_BITMAP_UTILS
#define H_SPICE_BITMAP_UTILS

void dump_bitmap(SpiceBitmap *bitmap);

int spice_bitmap_from_surface_type(uint32_t surface_format);

#endif