summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cairo/Fl_Cairo.cxx2
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)