Fixed typos in the constructors of Fl_JPEG_Image.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10743 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
d37447c7a1
commit
7b9bf2cbdb
@ -89,7 +89,7 @@ extern "C" {
|
||||
by the image.
|
||||
|
||||
Use Fl_Image::fail() to check if Fl_JPEG_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
|
||||
JPEG format could not be decoded, and ERR_NO_IMAGE if the image could not
|
||||
be loaded for another reason. If the image has loaded correctly,
|
||||
w(), h(), and d() should return values greater than zero.
|
||||
@ -283,7 +283,7 @@ static void jpeg_mem_src(j_decompress_ptr cinfo, const unsigned char *data)
|
||||
by the image.
|
||||
|
||||
Use Fl_Image::fail() to check if Fl_JPEG_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
|
||||
JPEG format could not be decoded, and ERR_NO_IMAGE if the image could not
|
||||
be loaded for another reason. If the image has loaded correctly,
|
||||
w(), h(), and d() should return values greater than zero.
|
||||
|
Loading…
x
Reference in New Issue
Block a user