diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/wayland.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FL/wayland.H b/FL/wayland.H index 9918e1f7b..bd5f8a812 100644 --- a/FL/wayland.H +++ b/FL/wayland.H @@ -26,7 +26,8 @@ struct flCairoRegion { }; // a region is the union of a series of rectangles #include <stdint.h> +typedef struct _cairo cairo_t; FL_EXPORT struct wl_display *fl_wl_display(); FL_EXPORT struct wl_surface *fl_wl_surface(Window xid); -FL_EXPORT struct _cairo *fl_wl_cairo(); +FL_EXPORT cairo_t *fl_wl_cairo(); |
