diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-11-14 15:17:03 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-11-19 18:50:53 +0100 |
| commit | 1ce3a84e9fe74297aa764fc12536af544378d265 (patch) | |
| tree | 61a17c239aca387a978debd3fd3c733c383f902c /src/Makefile | |
| parent | 0b8eabd184ac71b778c9fab3c6161b65b616f1f5 (diff) | |
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).
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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 \ |
