diff options
Diffstat (limited to 'src/Fl_Widget.cxx')
| -rw-r--r-- | src/Fl_Widget.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Widget.cxx b/src/Fl_Widget.cxx index e1fa13b79..d41af782e 100644 --- a/src/Fl_Widget.cxx +++ b/src/Fl_Widget.cxx @@ -152,7 +152,7 @@ Fl_Widget::~Fl_Widget() { fl_throw_focus(this); } -/** Draws a focus box for the widget at position X,Y with size W,H. */ +/** Draws a focus box for the widget at the given position and size */ void Fl_Widget::draw_focus(Fl_Boxtype B, int X, int Y, int W, int H) const { if (!Fl::visible_focus()) return; |
