diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-08-08 16:08:53 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-08-08 16:08:53 +0200 |
| commit | 27c3d0b780788bc5f36eb6bc67456a0277c74915 (patch) | |
| tree | 00ba382d7b0f1a79e7aa3d4d6ac2a85cf43a00b8 /FL/platform_types.h | |
| parent | 45d119eb3c666c62ce8f7b39dcdcad55fb4fdfa5 (diff) | |
Wayland: improve layout of struct fl_wld_draw_buffer
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 fd2dced5d..0f7300474 100644 --- a/FL/platform_types.h +++ b/FL/platform_types.h @@ -39,7 +39,7 @@ typedef opaque fl_uintptr_t; Platform-specific value representing an offscreen drawing buffer. \note This value can be safely cast to these types on each platform: \li X11: Pixmap - \li Wayland: struct fl_wld_buffer * + \li Wayland: struct fl_wld_draw_buffer * \li Windows: HBITMAP \li macOS: CGContextRef */ |
