From 36cd0a397c6d8fee7ffc5b59d607ead523226e53 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 28 Nov 2022 17:26:37 +0100 Subject: New Fl_ICO_Image class to read Windows .ico icon files Many thanks to @darealshinji for contributing all the code for this new FLTK image class (see branch Fl_ICO_Image of https://github.com/darealshinji/fltk). --- FL/Fl_BMP_Image.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL/Fl_BMP_Image.H') diff --git a/FL/Fl_BMP_Image.H b/FL/Fl_BMP_Image.H index 63dd301df..462d61957 100644 --- a/FL/Fl_BMP_Image.H +++ b/FL/Fl_BMP_Image.H @@ -1,7 +1,7 @@ // // BMP image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2021 by Bill Spitzak and others. +// Copyright 1998-2022 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 @@ -34,7 +34,7 @@ public: protected: - void load_bmp_(class Fl_Image_Reader &rdr); + void load_bmp_(class Fl_Image_Reader &rdr, int ico_height = 0, int ico_width = 0); }; -- cgit v1.2.3