ChangeSet ID: 17030 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/04/11 13:54:30
Modified files: dlls/x11drv : x11drv.h dib.c brush.c bitmap.c
Log message: Store the pixmap depth and the DIBSECTION pointer in the phys bitmap structure. Avoid a few GDI_GetObjPtr calls.
Patch: http://cvs.winehq.org/patch.py?id=17030
Old revision New revision Changes Path 1.63 1.64 +5 -4 wine/dlls/x11drv/x11drv.h 1.29 1.30 +76 -72 wine/dlls/x11drv/dib.c 1.6 1.7 +14 -19 wine/dlls/x11drv/brush.c 1.12 1.13 +80 -68 wine/dlls/x11drv/bitmap.c