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

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