diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-03-25 07:54:56 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-03-25 14:51:57 +0100 |
| commit | f3423d3e83131f1c52b1d913d5879ff66840c9b2 (patch) | |
| tree | 0e69daf35d5a1373121102866a2d7e8d62f9dfd8 | |
| parent | 9f9e584919aefbd1f9911c22e6d72308d81785a2 (diff) | |
More accurate documentation of function fl_wl_cairo()
| -rw-r--r-- | FL/wayland.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/wayland.H b/FL/wayland.H index 6c7cf2d48..9d2b48925 100644 --- a/FL/wayland.H +++ b/FL/wayland.H @@ -34,7 +34,7 @@ extern FL_EXPORT struct wl_surface *fl_wl_surface(struct wld_window *xid); extern FL_EXPORT struct wld_window *fl_wl_xid(const Fl_Window *win); /** Returns the Fl_Window corresponding to a given the platform-specific window reference */ extern FL_EXPORT Fl_Window *fl_wl_find(struct wld_window *); -/** Returns the cairo context associated to the current window*/ +/** Returns the cairo context associated to the current window or Fl_Image_Surface */ extern FL_EXPORT cairo_t *fl_wl_cairo(); /** Returns the wl_compositor of the current Wayland session. This allows, for example, to create a wl_surface with |
