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/makedepend | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/makedepend') diff --git a/src/makedepend b/src/makedepend index 328e057cc..137bc943d 100644 --- a/src/makedepend +++ b/src/makedepend @@ -3502,6 +3502,14 @@ Fl_Wizard.o: ../FL/Fl_Widget.H Fl_Wizard.o: ../FL/Fl_Window.H Fl_Wizard.o: ../FL/Fl_Wizard.H Fl_Wizard.o: ../FL/platform_types.h +fl_write_png.o: ../config.h +fl_write_png.o: ../FL/Fl_Export.H +fl_write_png.o: ../FL/Fl_Image.H +fl_write_png.o: ../FL/Fl_PNG_Image.H +fl_write_png.o: ../FL/Fl_RGB_Image.H +fl_write_png.o: ../FL/fl_string.h +fl_write_png.o: ../FL/fl_types.h +fl_write_png.o: ../FL/fl_utf8.h Fl_x.o: ../config.h Fl_x.o: ../FL/abi-version.h Fl_x.o: ../FL/Enumerations.H -- cgit v1.2.3