On Mo, 2007-09-10 at 10:06 -0600, Jesse Allen wrote:
What about the Drv* functions?
Drv* are implemented by the Driver, while Eng* and Friends are the Graphic Rendering Engine (on windows in win32k.sys). The Exports in GDI are parts of the GRE for Usermode Printer Drivers.
Also, I wonder how your Eng* functions would integrate with the dib engine I'm writing
The main Problem with the Rendering-API in Wine (between GDI and our Drivers: winex11, wineps, mfdrv, enhmfdrv) is more like win3x and far away from DDI (Device Driver Interface).