diff options
Diffstat (limited to 'FL/Fl_Widget.H')
| -rw-r--r-- | FL/Fl_Widget.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H index bb906f212..c7140657c 100644 --- a/FL/Fl_Widget.H +++ b/FL/Fl_Widget.H @@ -153,11 +153,11 @@ protected: COPIED_LABEL=1024 ///< the widget label is internally copied, its destruction is handled by the widget }; void draw_box() const; - void draw_box(Fl_Boxtype, Fl_Color) const; - void draw_box(Fl_Boxtype, int,int,int,int, Fl_Color) const; + void draw_box(Fl_Boxtype t, Fl_Color c) const; + void draw_box(Fl_Boxtype t, int x,int y,int w,int h, Fl_Color c) const; /** draws a focus rectangle around the widget */ void draw_focus() {draw_focus(box(),x(),y(),w(),h());} - void draw_focus(Fl_Boxtype, int,int,int,int) const; + void draw_focus(Fl_Boxtype t, int x,int y,int w,int h) const; void draw_label() const; void draw_label(int, int, int, int) const; |
