diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-03-20 15:20:31 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-03-20 15:20:31 +0100 |
| commit | 0fa49f0ab4136262dc16c1b30bf07e3fcef36be5 (patch) | |
| tree | d5ab5146b28aee9facb6544901229802024dd031 /FL | |
| parent | af90841fbc0a7090d7f3979c4d71aeeec1fbcb4b (diff) | |
Use type cairo_region_t* for Fl_Region under Wayland platform
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/platform_types.h | 2 |
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 * */ |
