summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2020-01-14 19:22:03 +0100
committerMatthias Melcher <git@matthiasm.com>2020-01-14 19:22:03 +0100
commitafcc79c3f7d5ffd9f9bd2185494688a5d5927aab (patch)
tree667156480c4b8c5eef936b47ed5103e3c137565f /FL
parented80d9cef0c321012c65c31104be66dc64bf2fad (diff)
parentd598f9ea06f610053cd16b51cbe1aa477c8501ef (diff)
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_BMP_Image.H10
-rw-r--r--FL/Fl_GIF_Image.H4
2 files changed, 7 insertions, 7 deletions
diff --git a/FL/Fl_BMP_Image.H b/FL/Fl_BMP_Image.H
index aca8d1e2b..0d60d7114 100644
--- a/FL/Fl_BMP_Image.H
+++ b/FL/Fl_BMP_Image.H
@@ -3,17 +3,17 @@
//
// BMP image header file for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2010 by Bill Spitzak and others.
+// Copyright 1998-2020 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
// file is missing or damaged, see the license at:
//
-// http://www.fltk.org/COPYING.php
+// https://www.fltk.org/COPYING.php
//
// Please report all bugs and problems on the following page:
//
-// http://www.fltk.org/str.php
+// https://www.fltk.org/str.php
//
/* \file
@@ -25,7 +25,7 @@
/**
The Fl_BMP_Image class supports loading, caching,
- and drawing of Windows Bitmap (BMP) image files.
+ and drawing of Windows Bitmap (BMP) image files.
*/
class FL_EXPORT Fl_BMP_Image : public Fl_RGB_Image {
@@ -36,7 +36,7 @@ class FL_EXPORT Fl_BMP_Image : public Fl_RGB_Image {
protected:
- void load_bmp_(class BMPReader &rdr);
+ void load_bmp_(class Fl_Image_Reader &rdr);
};
diff --git a/FL/Fl_GIF_Image.H b/FL/Fl_GIF_Image.H
index 0f316eca9..ff781acd8 100644
--- a/FL/Fl_GIF_Image.H
+++ b/FL/Fl_GIF_Image.H
@@ -3,7 +3,7 @@
//
// GIF image header file for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2010 by Bill Spitzak and others.
+// Copyright 1998-2020 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
@@ -37,7 +37,7 @@ public:
protected:
- void load_gif_(class GIFReader &rdr);
+ void load_gif_(class Fl_Image_Reader &rdr);
};