(svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' into their own parameter.

This commit is contained in:
frosch
2008-06-28 15:44:24 +00:00
parent 654ea1a310
commit cfdc710104
12 changed files with 54 additions and 34 deletions

View File

@@ -146,7 +146,7 @@ struct DropdownWindow : Window {
if (item->masked) {
GfxFillRect(x, y, x + width, y + item_height - 1,
(1 << PALETTE_MODIFIER_GREYOUT) | _colour_gradient[this->widget[0].color][5]
_colour_gradient[this->widget[0].color][5], FILLRECT_CHECKER
);
}
} else {