summaryrefslogtreecommitdiff
path: root/FL/Fl_Printer.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-05-25 18:39:26 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-05-25 18:39:26 +0200
commita471c67f67cbc6a0b41d578ec9ea2e0323626f70 (patch)
tree087b114fc8954f1fb3589a0f9b2259e34a45ac5f /FL/Fl_Printer.H
parentefbd60cb12fd9814ac2f9bec8a21038fcd33086d (diff)
Add default argument values to reimplementations of Fl_Widget_Surface::draw_decorated_window
Diffstat (limited to 'FL/Fl_Printer.H')
-rw-r--r--FL/Fl_Printer.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Printer.H b/FL/Fl_Printer.H
index d2e4078f5..c96014dfb 100644
--- a/FL/Fl_Printer.H
+++ b/FL/Fl_Printer.H
@@ -105,7 +105,7 @@ public:
void untranslate(void);
int end_page (void);
void end_job (void);
- void draw_decorated_window(Fl_Window *win, int x_offset, int y_offset);
+ void draw_decorated_window(Fl_Window *win, int x_offset = 0, int y_offset = 0);
void set_current(void);
virtual bool is_current();