mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 22:04:26 +08:00
Remove Fl_Copy_Surface_Driver::draw_decorated_window() that is unnecessary
This commit is contained in:
@@ -92,7 +92,6 @@ protected:
|
|||||||
virtual void set_current() = 0;
|
virtual void set_current() = 0;
|
||||||
virtual void translate(int x, int y) = 0;
|
virtual void translate(int x, int y) = 0;
|
||||||
virtual void untranslate() = 0;
|
virtual void untranslate() = 0;
|
||||||
virtual void draw_decorated_window(Fl_Window *win, int x_offset, int y_offset);
|
|
||||||
int printable_rect(int *w, int *h);
|
int printable_rect(int *w, int *h);
|
||||||
/** Each platform implements this function its own way.
|
/** Each platform implements this function its own way.
|
||||||
It returns an object implementing all virtual functions
|
It returns an object implementing all virtual functions
|
||||||
|
|||||||
@@ -77,10 +77,6 @@ int Fl_Copy_Surface_Driver::printable_rect(int *w, int *h) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Fl_Copy_Surface_Driver::draw_decorated_window(Fl_Window *win, int x_offset, int y_offset) {
|
|
||||||
Fl_Widget_Surface::draw_decorated_window(win, x_offset, y_offset);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\}
|
\}
|
||||||
\endcond
|
\endcond
|
||||||
|
|||||||
Reference in New Issue
Block a user