--- Frame.C.orig Sat Feb 21 19:00:30 2004 +++ Frame.C Sat Feb 21 19:00:36 2004 @@ -674,7 +674,7 @@ XSetWindowAttributes a; a.background_pixel = fl_xpixel(FL_SELECTION_COLOR); XChangeWindowAttributes(fl_display, fl_xid(this), CWBackPixel, &a); - labelcolor(contrast(FL_BLACK, FL_SELECTION_COLOR)); + labelcolor(fl_contrast(FL_BLACK, FL_SELECTION_COLOR)); XClearArea(fl_display, fl_xid(this), 2, 2, w()-4, h()-4, 1); #else #if defined(SHOW_CLOCK)