diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-11-09 19:55:35 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-11-09 20:36:23 +0100 |
| commit | 500e470d392a547e6b72ac3fec92e0cd638c0d2f (patch) | |
| tree | 7e308cfe1aaa4881ac75fdafeffe6bc9518efd62 /src/makedepend | |
| parent | 5c5244b1622561809173cbfc41fa9c1290d55fe2 (diff) | |
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.
Diffstat (limited to 'src/makedepend')
| -rw-r--r-- | src/makedepend | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
