Re: [RFC] winex11.drv: Prepare ChoosePixelFormat() for code rewrite.

2007-07-15 Thread Tomas Carnecky
Vitaliy Margolen wrote: > Few notes: > You constructed the array of some attributes which you never use. You > don't check if those attributes match anything - the part you removed. > When app will ask for something that can't be supported your code will > return it to the app - which is plain wron

How should the win16 test suite be arranged?

2007-07-15 Thread Dan Kegel
So we're collecting the existing win16 tests, updating and fixing them, and will post them to wine-patches sometime soon. At first, the test harness is going to be trivial: a top-level batch file to build all the tests with openwatcom c compiler (it's free, but not quite free enough to make it int

Re: [RFC] winex11.drv: Prepare ChoosePixelFormat() for code rewrite.

2007-07-15 Thread Vitaliy Margolen
Tomas Carnecky wrote: This partial rewrite aims at cleaning up the pixelformat code. Windows sometimes advertises one or more almost identical and completely compatible pixelformats. These pixelformats differ in attributes like color-bits, but I suspect the driver developers do that only to work