pen: fix niggly problem with hatches

Alexandre Julliard julliard at winehq.org
Mon Dec 1 19:53:19 CST 2003


Andrew de Quincey <adq_dvb at 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 at winehq.com



More information about the wine-devel mailing list