GTK3: Updated Cairo1 unit generated with new gir2pas version.

This commit is contained in:
Abou Al Montacir 2023-06-01 23:14:23 +02:00
parent 93a8c283b5
commit 69fb261035
2 changed files with 510 additions and 349 deletions

File diff suppressed because it is too large Load Diff

View File

@ -307,7 +307,7 @@ function TGtk3WidgetSet.RawImage_DescriptionFromBitmap(ABitmap: HBITMAP; out ADe
// var
// GDIObject: PGDIObject absolute ABitmap;
const
CairoImageFormatToDepth: array[cairo_format_t] of integer =
CairoImageFormatToDepth: array[CAIRO_FORMAT_INVALID..CAIRO_FORMAT_RGB30] of integer =
(
{CAIRO_FORMAT_INVALID} -1,
{CAIRO_FORMAT_ARGB32} 32,