Andrew de Quincey <adq_dvb(a)lidskialf.net> writes:
+ if (brush->lbHatch && (brush->lbStyle & ~(BS_SOLID|BS_HOLLOW)))
+ FIXME("Hatches not implemented\n");
BS_SOLID etc. are not flags, you can't test them that way.
--
Alexandre Julliard
julliard(a)winehq.com