mirror of
https://github.com/fltk/fltk.git
synced 2026-05-23 15:56:10 +08:00
Fixes warning.
This commit is contained in:
@@ -117,6 +117,7 @@ void fl_round_focus(Fl_Boxtype bt, int x, int y, int w, int h, Fl_Color fg, Fl_C
|
||||
fl_line_style(FL_DOT);
|
||||
draw(CLOSED, x, y, w, h, 0, fl_contrast(fg, bg));
|
||||
fl_line_style(FL_SOLID);
|
||||
fl_color(savecolor);
|
||||
}
|
||||
|
||||
extern void fl_internal_boxtype(Fl_Boxtype, Fl_Box_Draw_F*, Fl_Box_Draw_Focus_F* =NULL);
|
||||
|
||||
Reference in New Issue
Block a user