[1/2]user32: remove superfluous code

Juan Lang juan.lang at gmail.com
Thu Sep 16 13:06:57 CDT 2010


Hi André,

> that code is in an else-case of an other "if (!(uFlags & DFCS_TRANSPARENT))"

In that case, can't you remove the ternary operation in this line?
             UITOOLS95_DrawRectEdge(dc, r, edge, (uFlags & DFCS_FLAT)
| ((uFlags & DFCS_TRANSPARENT) ? 0 : BF_MIDDLE) | BF_RECT | BF_SOFT);
--Juan



More information about the wine-devel mailing list