diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-06-18 11:31:42 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-09-05 13:27:11 +0200 |
commit | 1527a25ec90f34693fbe24c81c1107e78cead1d7 (patch) | |
tree | cf63ac594ad885624da86396efd8a5d54348a4a8 /include/ui/qemu-pixman.h | |
parent | a93a3af9ec44710b2f7de8eb1c36f93ee3ec0d10 (diff) | |
download | qemu-1527a25ec90f34693fbe24c81c1107e78cead1d7.zip |
console: add qemu_default_pixman_format
Function returning the default pixman format for a given depth.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include/ui/qemu-pixman.h')
-rw-r--r-- | include/ui/qemu-pixman.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/qemu-pixman.h b/include/ui/qemu-pixman.h index 090a3e2e8f..80ed94a05f 100644 --- a/include/ui/qemu-pixman.h +++ b/include/ui/qemu-pixman.h @@ -34,6 +34,7 @@ /* -------------------------------------------------------------------- */ 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); |