diff options
| author | Gerd Hoffmann | 2015-01-09 08:49:20 +0100 |
|---|---|---|
| committer | Gerd Hoffmann | 2015-01-19 13:33:26 +0100 |
| commit | 8cd996f493d4fc10844bd13bde4b9c9c5e38cc3a (patch) | |
| tree | 54e181b01d65abf7657b8d253e8142438404e5ca /include/ui | |
| parent | ui: Add dpy_gfx_check_format() to check backend shared surface support (diff) | |
| download | qemu-8cd996f493d4fc10844bd13bde4b9c9c5e38cc3a.tar.gz qemu-8cd996f493d4fc10844bd13bde4b9c9c5e38cc3a.tar.xz qemu-8cd996f493d4fc10844bd13bde4b9c9c5e38cc3a.zip | |
ui/pixman: add qemu_pixman_check_format
Convinience check_format function for UIs using pixman.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include/ui')
| -rw-r--r-- | include/ui/qemu-pixman.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ui/qemu-pixman.h b/include/ui/qemu-pixman.h index 381969d97b..3dee5761cc 100644 --- a/include/ui/qemu-pixman.h +++ b/include/ui/qemu-pixman.h @@ -37,6 +37,8 @@ PixelFormat qemu_pixelformat_from_pixman(pixman_format_code_t format); pixman_format_code_t qemu_default_pixman_format(int bpp, bool native_endian); int qemu_pixman_get_type(int rshift, int gshift, int bshift); pixman_format_code_t qemu_pixman_get_format(PixelFormat *pf); +bool qemu_pixman_check_format(DisplayChangeListener *dcl, + pixman_format_code_t format); pixman_image_t *qemu_pixman_linebuf_create(pixman_format_code_t format, int width); |
