From 1ce3a84e9fe74297aa764fc12536af544378d265 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 14 Nov 2021 15:17:03 +0100 Subject: Refactor and improve "Print front window" dialog src/print_button.cxx: "Print front window" implementation (new file) This is compiled and activated if USE_PRINT_BUTTON is defined. The feature can be fine controlled by environment variable 'FLTK_PRINT_BUTTON' (see docs in source file). --- src/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 0b7b89a92..e38040332 100644 --- a/src/Makefile +++ b/src/Makefile @@ -157,11 +157,12 @@ CPPFILES = \ fl_shadow_box.cxx \ fl_shortcut.cxx \ fl_show_colormap.cxx \ + fl_string.cxx \ fl_symbols.cxx \ - fl_vertex.cxx \ - screen_xywh.cxx \ fl_utf8.cxx \ - fl_string.cxx + fl_vertex.cxx \ + print_button.cxx \ + screen_xywh.cxx OBJCPPFILES = \ Fl_cocoa.mm \ -- cgit v1.2.3