diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-11-15 09:49:19 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-11-15 09:49:19 +0100 |
| commit | 433a8e71e81c51a96f1d617fae5a3a4aac4efaeb (patch) | |
| tree | 4110588aad67c33377b893540e3b5962eec22309 /cairo | |
| parent | 1c448d6ff15decad382e2edf768a6f63177c73a8 (diff) | |
Fix typo in Doxygen for Fl::cairo_make_current(Fl_Window*)
Diffstat (limited to 'cairo')
| -rw-r--r-- | cairo/Fl_Cairo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cairo/Fl_Cairo.cxx b/cairo/Fl_Cairo.cxx index ea6e2e179..4c760b667 100644 --- a/cairo/Fl_Cairo.cxx +++ b/cairo/Fl_Cairo.cxx @@ -83,7 +83,7 @@ void Fl_Cairo_State::autolink(bool b) { \note Only available when configure has the --enable-cairo option \return the valid cairo_t* Cairo context associated to this window. - \retval NULL if \wi is NULL or maybe with GL windows under Wayland + \retval NULL if \a wi is NULL or maybe with GL windows under Wayland */ cairo_t *Fl::cairo_make_current(Fl_Window *wi) { if (!wi) |
