Look up driver info in the registry as well as in system.ini.
[wine] / dlls / x11drv / dib.c
2004-03-30  Huw DaviesWe don't support GetDIBits with BI_RLE4/8, so for now...
2004-03-27  Huw DaviesBuild the correct colour map when the mode is DIB_PAL_C...
2004-03-12  Dmitry TimoshkovCreateDIBSection takes a const pointer to BITMAPINFO.
2004-03-07  Jason EdmeadesCalculate the size of BI_BITFIELDS dib sections via...
2004-03-04  Alexandre JulliardMoved more GDI definitions to gdi_private.h.
2004-03-04  Alexandre JulliardGet rid of the X11DRV_DC_Funcs hack.
2004-01-20  Alexandre JulliardGet rid of some direct accesses to the DC structure...
2004-01-18  Alexandre JulliardRemoved the bitsPerPixel field in the generic DC struct...
2004-01-13  Alexandre JulliardMoved some code around to avoid exporting DIB functions...
2004-01-13  Alexandre JulliardAvoid direct access to the palette structure.
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-12-05  Alexandre JulliardMoved all the files in graphics/x11drv to dlls/x11drv.