From 0b408792c083eb64a5ca737bdbcb30b1d64042e9 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 26 Oct 2023 23:31:12 +0200 Subject: FLUID: Refactors MergeBack * moved functionality into its own files * refactored all methods to be less than a page * documented all calls * tested all situations I could think of --- fluid/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'fluid/Makefile') diff --git a/fluid/Makefile b/fluid/Makefile index 23e44dcbf..0fa834ebf 100644 --- a/fluid/Makefile +++ b/fluid/Makefile @@ -39,6 +39,7 @@ CPPFILES = \ fluid.cxx \ fluid_filename.cxx \ function_panel.cxx \ + mergeback.cxx \ pixmaps.cxx \ shell_command.cxx \ sourceview_panel.cxx \ -- cgit v1.2.3