Re: Fix text rotation problem in GM_ADVANCED graphics mode caused by incorrect implementation of GetTextExtentPointW().

2013-10-10 Thread Ralf Habacker
On 01.10.2013 12:12, Alexandre Julliard wrote: > Ralf Habacker writes: > >> With other patches i have been told to implement such stuff in the dib >> driver. Unfortunally this do not works in this case, because in the top >> level function it looks like having driver specific stuff using display >

Re: Fix text rotation problem in GM_ADVANCED graphics mode caused by incorrect implementation of GetTextExtentPointW().

2013-10-09 Thread Ralf Habacker
On 01.10.2013 12:40, Alexandre Julliard wrote: > Ralf Habacker writes: > >> On 01.10.2013 12:12, Alexandre Julliard wrote: >>> Ralf Habacker writes: >>> With other patches i have been told to implement such stuff in the dib driver. Unfortunally this do not works in this case, because in

Re: Fix text rotation problem in GM_ADVANCED graphics mode caused by incorrect implementation of GetTextExtentPointW().

2013-10-01 Thread Ralf Habacker
On 01.10.2013 12:40, Alexandre Julliard wrote: > Ralf Habacker writes: > >> On 01.10.2013 12:12, Alexandre Julliard wrote: >>> Ralf Habacker writes: >>> With other patches i have been told to implement such stuff in the dib driver. Unfortunally this do not works in this case, because in

Re: Fix text rotation problem in GM_ADVANCED graphics mode caused by incorrect implementation of GetTextExtentPointW().

2013-10-01 Thread Ralf Habacker
On 01.10.2013 12:12, Alexandre Julliard wrote: > Ralf Habacker writes: > >> With other patches i have been told to implement such stuff in the dib >> driver. Unfortunally this do not works in this case, because in the top >> level function it looks like having driver specific stuff using display >

Re: Fix text rotation problem in GM_ADVANCED graphics mode caused by incorrect implementation of GetTextExtentPointW().

2013-10-01 Thread Alexandre Julliard
Ralf Habacker writes: > On 01.10.2013 12:12, Alexandre Julliard wrote: >> Ralf Habacker writes: >> >>> With other patches i have been told to implement such stuff in the dib >>> driver. Unfortunally this do not works in this case, because in the top >>> level function it looks like having driver

Re: Fix text rotation problem in GM_ADVANCED graphics mode caused by incorrect implementation of GetTextExtentPointW().

2013-10-01 Thread Alexandre Julliard
Ralf Habacker writes: > With other patches i have been told to implement such stuff in the dib > driver. Unfortunally this do not works in this case, because in the top > level function it looks like having driver specific stuff using display > coordinates. It would still most likely have to be