ChangeSet ID: 16875 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/27 12:30:51
Modified files: dlls/x11drv : x11drv.h x11ddraw.c window.c dib.c brush.c bitmap.c
Log message: Added X11DRV_get_pixmap and X11DRV_set_pixmap functions to avoid direct accesses to the physBitmap field of the bitmap structure.
Patch: http://cvs.winehq.org/patch.py?id=16875
Old revision New revision Changes Path 1.59 1.60 +2 -1 wine/dlls/x11drv/x11drv.h 1.28 1.29 +1 -4 wine/dlls/x11drv/x11ddraw.c 1.105 1.106 +2 -2 wine/dlls/x11drv/window.c 1.24 1.25 +4 -5 wine/dlls/x11drv/dib.c 1.5 1.6 +4 -3 wine/dlls/x11drv/brush.c 1.9 1.10 +45 -27 wine/dlls/x11drv/bitmap.c