Hi!
On Thu, Feb 06, 2003 at 12:48:05PM +0100, Demmer, Thomas wrote:
You can easily and quickly write to the RGB values from memory contexts. If there is a way to quickly draw from a memory context to the hardware, I'd prefer that, but I don't know.
I'm still interested in this driver, and I'd like to colaborate, but I'm
The framedriver for Linux (fd_xwin.c) just uses XCopyArea. The one for win32 (fd_win32.c) uses two BitBlt calls. Could we get rid of one of them? What is the second one for?
Eike