mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 08:09:26 +02:00
GTK3: Updated Cairo1 unit generated with new gir2pas version.
This commit is contained in:
parent
93a8c283b5
commit
69fb261035
File diff suppressed because it is too large
Load Diff
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user