Re: PATCH: GetDevCaps() bitdepth flag

2006-03-18 Thread pagefault
Thanks for the link, i'll get those installed to try to find out why it is expecing a 24-bit value. Perhaps it is designed to work on a video card that supports 24-bit, I know a lot of modern hardware don't really support true 24-bit mode, but this app probably would support it. On 3/18/06, Willie

Re: PATCH: GetDevCaps() bitdepth flag

2006-03-18 Thread Willie Sippel
Am Samstag, 18. März 2006 07:59 schrieb pagefault: > Updated again, this should be the final patch. Sorry for spamming. :) > This patch actually made it somewhat worse. Mirage shows the same bug as with your previous patch, only draws the backgound but no widgets. The background, however, is grey

Re: PATCH: GetDevCaps() bitdepth flag

2006-03-18 Thread Willie Sippel
Am Samstag, 18. März 2006 06:53 schrieb pagefault: > Ok, this is rather odd. Do those apps work properly when the patch is > not applied? Also do you know if these apps are using DirectDraw? > Like I said, Aura used to work. Mirage used to have drawing errors, but completely different from the err

Re: PATCH: GetDevCaps() bitdepth flag

2006-03-17 Thread pagefault
Updated again, this should be the final patch. Sorry for spamming. :) On 3/18/06, pagefault <[EMAIL PROTECTED]> wrote: > Updated my patch. I had placed it in the wrong function, this is a lot > lower in the pipeline and should not conflict with other code. Please > test. > > --- dlls/gdi/dc2.c

Re: PATCH: GetDevCaps() bitdepth flag

2006-03-17 Thread pagefault
Updated my patch. I had placed it in the wrong function, this is a lot lower in the pipeline and should not conflict with other code. Please test. --- dlls/gdi/dc2.c 2006-03-18 00:46:11.0 -0500 +++ dlls/gdi/dc.c 2006-03-15 09:50:32.0 -0500 @@ -905,11 +905,6 @@ }

Re: PATCH: GetDevCaps() bitdepth flag

2006-03-17 Thread pagefault
Ok, this is rather odd. Do those apps work properly when the patch is not applied? Also do you know if these apps are using DirectDraw? On 3/18/06, pagefault <[EMAIL PROTECTED]> wrote: > Thanks for testing it out. I will try to get a copy of these apps and > figure out whats going on. > > On 3/18/

Re: PATCH: GetDevCaps() bitdepth flag

2006-03-17 Thread pagefault
Thanks for testing it out. I will try to get a copy of these apps and figure out whats going on. On 3/18/06, pagefault <[EMAIL PROTECTED]> wrote: > Thanks for testing it out. I will try to get a copy of these apps and > figure out whats going on. > > On 3/17/06, Willie Sippel <[EMAIL PROTECTED]> w

Re: PATCH: GetDevCaps() bitdepth flag

2006-03-17 Thread Willie Sippel
Am Freitag, 17. März 2006 20:12 schrieb pagefault: > Hi there, I work on ZSNES and I was trying to get it working under > wine and I ran into a small bug when running under a 32 bit desktop. > > This fixed a bug in the DeviceGetCaps() function used to return the > current bitdepth of the desktop. I

Re: PATCH: GetDevCaps() bitdepth flag

2006-03-17 Thread Willie Sippel
Am Samstag, 18. März 2006 02:33 schrieb Tony Lambregts: > pagefault wrote: > > Hi there, I work on ZSNES and I was trying to get it working under > > wine and I ran into a small bug when running under a 32 bit desktop. > > > > This fixed a bug in the DeviceGetCaps() function used to return the > >

Re: PATCH: GetDevCaps() bitdepth flag

2006-03-17 Thread Tony Lambregts
pagefault wrote: Hi there, I work on ZSNES and I was trying to get it working under wine and I ran into a small bug when running under a 32 bit desktop. This fixed a bug in the DeviceGetCaps() function used to return the current bitdepth of the desktop. It is my understanding that X11 returns "2

PATCH: GetDevCaps() bitdepth flag

2006-03-17 Thread pagefault
Hi there, I work on ZSNES and I was trying to get it working under wine and I ran into a small bug when running under a 32 bit desktop. This fixed a bug in the DeviceGetCaps() function used to return the current bitdepth of the desktop. It is my understanding that X11 returns "24" as the bitdepth