Add default argument values to reimplementations of Fl_Widget_Surface::draw_decorated_window
This commit is contained in:
parent
efbd60cb12
commit
a471c67f67
@ -64,7 +64,7 @@ public:
|
||||
void origin(int *x, int *y);
|
||||
void origin(int x, int y);
|
||||
int printable_rect(int *w, int *h);
|
||||
virtual void draw_decorated_window(Fl_Window *win, int x_offset, int y_offset);
|
||||
virtual void draw_decorated_window(Fl_Window *win, int x_offset = 0, int y_offset = 0);
|
||||
};
|
||||
|
||||
|
||||
|
||||
@ -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();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user