summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-03-20 15:20:31 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-03-20 15:20:31 +0100
commit0fa49f0ab4136262dc16c1b30bf07e3fcef36be5 (patch)
treed5ab5146b28aee9facb6544901229802024dd031 /FL
parentaf90841fbc0a7090d7f3979c4d71aeeec1fbcb4b (diff)
Use type cairo_region_t* for Fl_Region under Wayland platform
Diffstat (limited to 'FL')
-rw-r--r--FL/platform_types.h2
1 files changed, 1 insertions, 1 deletions
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 *
*/