From 500e470d392a547e6b72ac3fec92e0cd638c0d2f Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 9 Nov 2021 19:55:35 +0100 Subject: Refactor fluid: make fl_write_png() public The new function fl_write_png() was moved to its own file and is now publicly available ("exported") so other programs can use it. This function was used in fluid to write a window screenshot (.png) together with a template (.fl) to preferences storage. --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 1415be133..0b7b89a92 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ # # Library Makefile for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-2020 by Bill Spitzak and others. +# Copyright 1998-2021 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 @@ -210,6 +210,7 @@ GLCPPFILES += $(GLCPPFILES_$(BUILD)) IMGCPPFILES = \ fl_images_core.cxx \ + fl_write_png.cxx \ Fl_BMP_Image.cxx \ Fl_File_Icon2.cxx \ Fl_GIF_Image.cxx \ -- cgit v1.2.3