summaryrefslogtreecommitdiff
path: root/src/Fl_XPM_Image.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_XPM_Image.cxx')
-rw-r--r--src/Fl_XPM_Image.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Fl_XPM_Image.cxx b/src/Fl_XPM_Image.cxx
index 09d5c0fbc..603e58b35 100644
--- a/src/Fl_XPM_Image.cxx
+++ b/src/Fl_XPM_Image.cxx
@@ -53,7 +53,11 @@ static int hexdigit(int x) { // I - Hex digit...
#define MAXSIZE 2048
#define INITIALLINES 256
-
+/**
+ The constructor loads the XPM image from the name filename.
+ <P>The destructor free all memory and server resources that are used by
+ the image.
+*/
Fl_XPM_Image::Fl_XPM_Image(const char *name) : Fl_Pixmap((char *const*)0) {
FILE *f;