Fwd: [PATCH 3/8] winemac: Implement GetDeviceCaps().

2012-12-20 Thread Per Johansson
Forgot to include list somehow... On Mon, Dec 17, 2012 at 9:16 PM, Alexandre Julliard wrote: > > My main reason for using it is to test the Mac builds before pushing > commits, so not being able to build the Mac driver on it is a serious > problem (and no, it can't be upgraded apparently). I'll

Re: [PATCH 3/8] winemac: Implement GetDeviceCaps().

2012-12-17 Thread Alexandre Julliard
Ken Thomases writes: > Funny, I had been under the impression that you were ready to throw it > away even before you got it. ;) It will presumably still work with the > X11 driver. Also, you should be able to upgrade it to 10.6. My main reason for using it is to test the Mac builds before pushi

Re: [PATCH 3/8] winemac: Implement GetDeviceCaps().

2012-12-17 Thread Ken Thomases
On Dec 17, 2012, at 1:35 PM, Alexandre Julliard wrote: > Ken Thomases writes: > >> On Dec 17, 2012, at 11:53 AM, Alexandre Julliard wrote: >> >>> Ken Thomases writes: >>> Oh, right. The Mac driver requires 10.6 or later. So, I'll have to change the configure script to only enable

Re: [PATCH 3/8] winemac: Implement GetDeviceCaps().

2012-12-17 Thread Alexandre Julliard
Ken Thomases writes: > On Dec 17, 2012, at 11:53 AM, Alexandre Julliard wrote: > >> Ken Thomases writes: >> >>> Oh, right. The Mac driver requires 10.6 or later. So, I'll have to change >>> the configure script to only enable building of it on such systems. >> >> Is there really a compellin

Re: [PATCH 3/8] winemac: Implement GetDeviceCaps().

2012-12-17 Thread Ken Thomases
On Dec 17, 2012, at 11:53 AM, Alexandre Julliard wrote: > Ken Thomases writes: > >> Oh, right. The Mac driver requires 10.6 or later. So, I'll have to change >> the configure script to only enable building of it on such systems. > > Is there really a compelling reason to not support 10.5.8?

Re: [PATCH 3/8] winemac: Implement GetDeviceCaps().

2012-12-17 Thread Alexandre Julliard
Ken Thomases writes: > On Dec 17, 2012, at 8:06 AM, Alexandre Julliard wrote: > >> Ken Thomases writes: >> >>> --- >>> dlls/winemac.drv/Makefile.in |1 + >>> dlls/winemac.drv/gdi.c | 321 >>> - >>> dlls/winemac.drv/macdrv.h| 101 +++

Re: [PATCH 3/8] winemac: Implement GetDeviceCaps().

2012-12-17 Thread Ken Thomases
On Dec 17, 2012, at 8:06 AM, Alexandre Julliard wrote: > Ken Thomases writes: > >> --- >> dlls/winemac.drv/Makefile.in |1 + >> dlls/winemac.drv/gdi.c | 321 - >> dlls/winemac.drv/macdrv.h| 101 + >> 3 files changed, 415 insertions

Re: [PATCH 3/8] winemac: Implement GetDeviceCaps().

2012-12-17 Thread Alexandre Julliard
Ken Thomases writes: > --- > dlls/winemac.drv/Makefile.in |1 + > dlls/winemac.drv/gdi.c | 321 - > dlls/winemac.drv/macdrv.h| 101 + > 3 files changed, 415 insertions(+), 8 deletions(-) > create mode 100644 dlls/winemac.drv/macdrv.