diff options
| author | Manolo Gouy <Manolo> | 2015-06-08 07:54:26 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2015-06-08 07:54:26 +0000 |
| commit | 8df7d62951e739137179a98b1449382955ae0358 (patch) | |
| tree | d8aa525742765d7b1511ca4c3f54dd2a058545d0 /src | |
| parent | 7b9bf2cbdb72eaa43ffdb5a19dea7f4a6e1aab4d (diff) | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Image.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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), |
