Re: Graphics Driver Interface Standardization

2010-04-21 Thread Aleksey Bragin
I'm doing my own (non-X11 and not a Quartz one) version of a graphics/ user driver, and the interface is quite stable. Only a few minor changes were done over the period of ~6 months. Also, if I don't mistake, the specific winex11 calls from explorer are not needed anymore. WBR, Aleksey B

Graphics Driver Interface Standardization

2010-04-20 Thread Charles Davis
Hi, I'm getting ready to implement the Quartz Driver. For those of you who don't know, this is a special graphics driver that only works on Mac OS X, and uses its native Core Graphics (aka, Quartz) system to draw. But before I can do this, there are two things that need to be done: 1. Wine curre