Member function Fl_Widget_Surface::draw(Fl_Widget*,int,int) does not need to be virtual.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11708 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2016-04-30 15:07:16 +00:00
parent fde440f752
commit 86a7bbe93a

View File

@ -45,7 +45,7 @@ public:
Undoes the effect of a previous translate() call.
*/
virtual void untranslate(void) {}
virtual void draw(Fl_Widget* widget, int delta_x = 0, int delta_y = 0);
void draw(Fl_Widget* widget, int delta_x = 0, int delta_y = 0);
virtual void draw_decorated_window(Fl_Window *win, int x_offset = 0, int y_offset = 0);
virtual void print_window_part(Fl_Window *win, int x, int y, int w, int h, int delta_x = 0, int delta_y = 0);
virtual int printable_rect(int *w, int *h);