diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-31 10:35:50 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-31 10:36:01 +0200 |
| commit | d9a6ec88e47b9c3c7993018f4f2be13d55b8fca2 (patch) | |
| tree | f0c68938623020dd949369f944b7469a9101c28e /FL/platform_types.h | |
| parent | a638f5a545817365897bc7892999b74d3ef83e34 (diff) | |
Add support of Fl_Region to the Cairo graphics driver
and remove it from the Wayland graphics driver.
Diffstat (limited to 'FL/platform_types.h')
| -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 cb85214fb..8b0527183 100644 --- a/FL/platform_types.h +++ b/FL/platform_types.h @@ -115,7 +115,7 @@ typedef struct HGLRC__ *GLContext; #elif defined(FLTK_USE_WAYLAND) typedef struct fl_wld_buffer *Fl_Offscreen; /**< an offscreen drawing buffer */ -typedef struct flWaylandRegion* Fl_Region; +typedef struct flCairoRegion* Fl_Region; typedef int FL_SOCKET; /**< socket or file descriptor */ typedef void *EGLContext; typedef EGLContext GLContext; |
