x11drv fix for bug#4506: page fault on read access

Dmitry Timoshkov dmitry at codeweavers.com
Wed Mar 1 21:07:17 CST 2006


"Rein Klazes" <wijn at wanadoo.nl> wrote:

> + srcpixel = (const DWORD*)((int)srcpixel & 0xfffffffc);

It would be more readable IMO to use ~3 instead of 0xfffffffc.

-- 
Dmitry.



More information about the wine-devel mailing list