off_sbar_x        878 modules/gui_fselect.c         int off_sbar_x = main_x + main_w - SCROLLBAR;
off_sbar_x        879 modules/gui_fselect.c         draw_rectangle(off_sbar_x, body_y, off_sbar_x+SCROLLBAR-1, body_y+BODY_FONT_LINES-1, MAKE_COLOR(COLOR_BLACK, COLOR_BLACK), RECT_BORDER0|DRAW_FILLED);
off_sbar_x        886 modules/gui_fselect.c             draw_rectangle(off_sbar_x, body_y+i, off_sbar_x+SCROLLBAR-2, body_y+i+j, MAKE_COLOR(COLOR_WHITE, COLOR_WHITE), RECT_BORDER0|DRAW_FILLED);