From 2f73df4f3e8154ec4df9d6096368ae9a8ab7fdab Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 8 May 2021 15:08:25 +0200 Subject: [PATCH] Rename 'srs.xbm' to its original name 'sorceress.xbm' --- test/forms.cxx | 2 +- test/makedepend | 7 ++++++- test/pixmaps/{srs.xbm => sorceress.xbm} | 0 3 files changed, 7 insertions(+), 2 deletions(-) rename test/pixmaps/{srs.xbm => sorceress.xbm} (100%) diff --git a/test/forms.cxx b/test/forms.cxx index 1fff9ca4f..b50727c48 100644 --- a/test/forms.cxx +++ b/test/forms.cxx @@ -53,7 +53,7 @@ static VN_struct btypes[]= {(Fl_Boxtype)(-1)} }; -#include "pixmaps/srs.xbm" +#include "pixmaps/sorceress.xbm" /*************** Callback **********************/ diff --git a/test/makedepend b/test/makedepend index 144f24669..58da1e2d0 100644 --- a/test/makedepend +++ b/test/makedepend @@ -824,7 +824,7 @@ forms.o: ../FL/Fl_Widget.H forms.o: ../FL/Fl_Window.H forms.o: ../FL/forms.H forms.o: ../FL/platform_types.h -forms.o: pixmaps/srs.xbm +forms.o: pixmaps/sorceress.xbm fractals.o: ../config.h fractals.o: ../FL/abi-version.h fractals.o: ../FL/Enumerations.H @@ -1215,6 +1215,11 @@ line_style.o: ../FL/Fl_Widget.H line_style.o: ../FL/Fl_Window.H line_style.o: ../FL/platform_types.h list_visuals.o: ../config.h +list_visuals.o: ../FL/Enumerations.H +list_visuals.o: ../FL/Fl_Export.H +list_visuals.o: ../FL/fl_types.h +list_visuals.o: ../FL/platform.H +list_visuals.o: ../FL/platform_types.h mandelbrot.o: ../FL/abi-version.h mandelbrot.o: ../FL/Enumerations.H mandelbrot.o: ../FL/Fl.H diff --git a/test/pixmaps/srs.xbm b/test/pixmaps/sorceress.xbm similarity index 100% rename from test/pixmaps/srs.xbm rename to test/pixmaps/sorceress.xbm