From 8df7d62951e739137179a98b1449382955ae0358 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 8 Jun 2015 07:54:26 +0000 Subject: Fixed typo in Doxygen doc of Fl_RGB_Image constructor. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10744 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Image.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl_Image.cxx b/src/Fl_Image.cxx index a5d1bc750..8891c7fb7 100644 --- a/src/Fl_Image.cxx +++ b/src/Fl_Image.cxx @@ -267,7 +267,7 @@ Fl_RGB_Image::Fl_RGB_Image(const uchar *bits, int W, int H, int D, int LD) : The constructor creates a new RGBA image from the specified Fl_Pixmap. The RGBA image is built fully opaque except for the transparent area - of the pixmap that is assigned the \par bg color with full transparency + of the pixmap that is assigned the \p bg color with full transparency */ Fl_RGB_Image::Fl_RGB_Image(const Fl_Pixmap *pxm, Fl_Color bg): Fl_Image(pxm->w(), pxm->h(), 4), -- cgit v1.2.3