From 0fa49f0ab4136262dc16c1b30bf07e3fcef36be5 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:20:31 +0100 Subject: Use type cairo_region_t* for Fl_Region under Wayland platform --- FL/platform_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') diff --git a/FL/platform_types.h b/FL/platform_types.h index c6c00974b..67656b72a 100644 --- a/FL/platform_types.h +++ b/FL/platform_types.h @@ -49,7 +49,7 @@ typedef opaque Fl_Offscreen; Pointer to a platform-specific structure representing a collection of rectangles. \note This pointer can be safely cast to these types on each platform: \li X11: Region as defined by X11 - \li Wayland: struct flCairoRegion * + \li Wayland: cairo_region_t * \li Windows: HRGN \li macOS: struct flCocoaRegion * */ -- cgit v1.2.3