Add DDCAPS_OVERLAY and DDCAPS_OVERLAYSTRETCH to GetCaps().
[wine] / dlls / ttydrv / bitmap.c
2004-01-20  Alexandre JulliardRemoved some unnecessary inclusions of gdi.h.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-10-25  Michael StefaniucCompile the ttydrv dll with -DSTRICT.
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-05-07  Alexandre JulliardMoved parts of the DC initialisation and bitmap selecti...
2002-04-03  Patrik StridvallFixed some issues found by winapi_check.
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-06  François GougetFix the #include order for config.h.
2001-07-27  Alexandre JulliardBuild the DC function table by using GetProcAddress...
2001-07-22  Alexandre JulliardMoved the 16-bit pointer to the DIB bits out of the...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2000-12-06  Alexandre JulliardAuthors: Ove Kaaven <ovek@transgaming.com>, Andrew...
2000-11-25  Ove KaavenImplemented Get/SetDIBColorTable.
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.