On Tue, 17 Apr 2007, Jaka Janar wrote:
> I've looked into this a bit further, and it appears gdi.h is now wingdi.h.
Actually gdi.h was a Wine-only header and as such it has been removed
quite a long time ago. So the best would be to see if it compiles
without that include at all.
> I've chang
I've looked into this a bit further, and it appears gdi.h is now wingdi.h.
I've changed the includes, but there are other problems. As far as I can
tell the wineserver display protocol has changed a little, and only
x11drv has been corrected correspondingly.
I have never worked with wine sources
Hello,
On 15 avr. 07, at 20:28, Jaka Jančar wrote:
I assume this was written before any quartzdrv stuff was added to
Wine, and I have to replace the winequartz.drv with quartzdrv from
darwine, and not just put it within it (winequartz.drv/quartzdrv/),
right?
Right.
Also, the patch doesn
Hi,
I'm trying to compile quartzdrv, just to check it out and test it a bit.
I have tried following the instructions at:
http://wiki.winehq.org/MacOSX/QuartzDriver
There's a bit of ambiguity at the next line:
$ cp -r ~/drivers/dlls/quartzdrv ~/wine/dlls/winequartz.drv
I assume this was