Fix typo in Doxygen for Fl::cairo_make_current(Fl_Window*)

This commit is contained in:
ManoloFLTK 2022-11-15 09:49:19 +01:00
parent 1c448d6ff1
commit 433a8e71e8
1 changed files with 1 additions and 1 deletions

View File

@ -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)