[2/5] WineD3D: Remove 24/32 bit hacks

Chris Robinson chris.kcat at gmail.com
Mon Dec 10 23:18:30 CST 2007


On Monday 10 December 2007 03:24:04 pm Stefan Dösinger wrote:
>   devmode.dmFields     = DM_BITSPERPEL | DM_PELSWIDTH | DM_PELSHEIGHT;
> - devmode.dmBitsPerPel = (bpp >= 24) ? 32 : bpp; /* Stupid XVidMode cannot
> change bpp */ 

Did you mean to leave dmBitsPerPel at 0?



More information about the wine-devel mailing list