x11drv: Ignore X errors caused by windows being created or deleted.
[wine] / dlls / x11drv / bitmap.c
2006-03-20  Alexandre Julliardx11drv: Clear new bitmaps if they don't contain any...
2005-09-26  Huw DaviesAdd an x11drv escape that returns a glx drawable.
2005-04-13  Alexandre JulliardUse an X context to associate the phys bitmap data...
2005-04-13  Alexandre JulliardStore DIB section information directly in the phys...
2005-04-12  Alexandre JulliardStore a pointer to the currently selected phys bitmap...
2005-04-12  Alexandre JulliardStore the bitmap handle in the phys bitmap structure...
2005-04-11  Alexandre JulliardStore the pixmap depth and the DIBSECTION pointer in...
2005-03-31  Alexandre JulliardIntroduced an X_PHYSBITMAP structure to allow storing...
2005-03-28  Alexandre JulliardMerged X11DRV_BITMAP_CreateBitmapHeaderFromPixmap into
2005-03-27  Alexandre JulliardAdded X11DRV_get_pixmap and X11DRV_set_pixmap functions...
2005-03-27  Alexandre JulliardStore the handle to the stock bitmap when the first...
2005-03-01  Huw DaviesIf the dibsection is based on a file-mapping object...
2004-07-13  Alexandre JulliardMake x11drv fail to load when it can't open the display...
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-18  Alexandre JulliardRemoved the bitsPerPixel field in the generic DC struct...
2004-01-15  Alexandre JulliardMoved a bunch of definitions from gdi.h into a new...
2004-01-13  Alexandre JulliardMoved some code around to avoid exporting DIB functions...
2003-12-05  Alexandre JulliardMoved all the files in graphics/x11drv to dlls/x11drv.