diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-10-12 21:05:27 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-10-12 21:05:38 +0200 |
| commit | 0d8385a652441440d8fa2db15bd40d4d5cf4e734 (patch) | |
| tree | 07001b71b6bd5940f300bc8fbdeca5af831a72f4 /src/Fl_Printer.cxx | |
| parent | 5830226aab4428e77e7aa4078e0f544aef92f326 (diff) | |
Simpler macOS implementation of capture of window titlebars.
Diffstat (limited to 'src/Fl_Printer.cxx')
| -rw-r--r-- | src/Fl_Printer.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Fl_Printer.cxx b/src/Fl_Printer.cxx index 4c88607b7..8c587afb9 100644 --- a/src/Fl_Printer.cxx +++ b/src/Fl_Printer.cxx @@ -39,7 +39,6 @@ void Fl_Printer::translate(int x, int y) {} void Fl_Printer::untranslate(void) {} int Fl_Printer::end_page (void) {return 1;} void Fl_Printer::end_job (void) {} -void Fl_Printer::draw_decorated_window(Fl_Window* win, int delta_x, int delta_y) {} void Fl_Printer::set_current(void) {} bool Fl_Printer::is_current(void) {return false;} Fl_Printer::~Fl_Printer(void) {} @@ -199,11 +198,6 @@ void Fl_Printer::end_job (void) printer->end_job(); } -void Fl_Printer::draw_decorated_window(Fl_Window* win, int delta_x, int delta_y) -{ - printer->draw_decorated_window(win, delta_x, delta_y); -} - void Fl_Printer::set_current(void) { printer->set_current(); |
