ui: add pixman-minimal.h
commit79a1f32559cbd1f2d8c6fc96c581fd460317a284
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 25 Oct 2023 12:15:24 +0000 (25 16:15 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 7 Nov 2023 10:04:25 +0000 (7 14:04 +0400)
treeb951ebb423d8052e71a65b28c2e4e66560aee628
parentb3ec48cf9241efd443caebb732587ac9cb33094b
ui: add pixman-minimal.h

This is a tiny subset of PIXMAN API that is used pervasively in QEMU
codebase to manage images and identify the underlying format.

It doesn't seems worth to wrap this in a QEMU-specific API.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Thomas Huth <thuth@redhat.com>
include/ui/pixman-minimal.h [new file with mode: 0644]
include/ui/qemu-pixman.h