Merge branch 'GtkPartialMerge' into 'main'

GTK3: Updated Cairo1 unit generated with new gir2pas version.

See merge request freepascal.org/lazarus/lazarus!194
This commit is contained in:
Maxim Ganetsky 2023-06-03 18:59:30 +00:00
commit 3d491e9d0a
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,