Explicit conversion must be on freebsd gcc version

This commit is contained in:
Sanel Zukan 2011-10-29 16:10:41 +00:00
parent 4c94bcd899
commit 765cb4fc2c
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ void MemMonitor::draw(void) {
mh = height_from_perc(mem_usedp, H);
sh = height_from_perc(swap_usedp, H);
fl_rectf(X, Y + H - mh, W2, mh, color_rgb_to_fltk(166, 48, 48));
fl_rectf(X + W2, Y + H - sh, W2, sh, color_rgb_to_fltk(54, 136, 79));
fl_rectf(X, Y + H - mh, W2, mh, (Fl_Color)color_rgb_to_fltk(166, 48, 48));
fl_rectf(X + W2, Y + H - sh, W2, sh, (Fl_Color)color_rgb_to_fltk(54, 136, 79));
}
EDE_PANEL_APPLET_EXPORT (