summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
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 *
*/