diff options
Diffstat (limited to 'src/Fl_BMP_Image.cxx')
| -rw-r--r-- | src/Fl_BMP_Image.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Fl_BMP_Image.cxx b/src/Fl_BMP_Image.cxx index be291b616..bcbac4ebb 100644 --- a/src/Fl_BMP_Image.cxx +++ b/src/Fl_BMP_Image.cxx @@ -54,14 +54,14 @@ static unsigned short read_word(FILE *fp); static unsigned int read_dword(FILE *fp); -/** +/** The constructor loads the named BMP image from the given bmp filename. - The inherited destructor frees all memory and server resources that are - used by the image. + The destructor frees all memory and server resources that are used by + the image. Use Fl_Image::fail() to check if Fl_BMP_Image failed to load. fail() returns - ERR_FILE_ACCESS if the file could not bo opened or read, ERR_FORMAT if the + ERR_FILE_ACCESS if the file could not be opened or read, ERR_FORMAT if the BMP format could not be decoded, and ERR_NO_IMAGE if the image could not be loaded for another reason. */ |
