summaryrefslogtreecommitdiff
path: root/src/Fl_Shared_Image.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-03-19 15:09:14 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-03-19 15:39:18 +0100
commitaf90841fbc0a7090d7f3979c4d71aeeec1fbcb4b (patch)
tree8c768ffc47e08b5031110997b595e930e3e1a754 /src/Fl_Shared_Image.cxx
parent3a8daf70c05692d73ded3a64d004a685c5ea2df6 (diff)
Update dependencies, whitespace, and Fl_File_Chooser.cxx
Rewrite src/Fl_File_Chooser.cxx from its .fl source file
Diffstat (limited to 'src/Fl_Shared_Image.cxx')
-rw-r--r--src/Fl_Shared_Image.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Shared_Image.cxx b/src/Fl_Shared_Image.cxx
index 4a9f91393..89b23ab8f 100644
--- a/src/Fl_Shared_Image.cxx
+++ b/src/Fl_Shared_Image.cxx
@@ -48,7 +48,7 @@ extern "C" {
}
-/**
+/**
Returns the Fl_Shared_Image* array.
\return a pointer to an array of shared image pointers, sorted by name and size
@@ -402,7 +402,7 @@ Fl_Image *Fl_Shared_Image::copy() const {
/**
Averages the colors in the image with the provided FLTK color value.
- This method changes the pixel data of this specific image.
+ This method changes the pixel data of this specific image.
\note It does not change any of the resized copies of this image, nor does it
necessarily apply the color changes if this image is resized later.