Removed the bitsPerPixel field in the generic DC structure, and leave
commitb89525fb06434b07682791453bae8a9b16426b8d
authorAlexandre Julliard <julliard@winehq.org>
Sun, 18 Jan 2004 22:20:17 +0000 (18 22:20 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 18 Jan 2004 22:20:17 +0000 (18 22:20 +0000)
treedc2fbdde2e3d5ccec0c6f0ac762d74cf1c2ad078
parentbc624583e2693e6ed27c1c916fbe9ab66422dba1
Removed the bitsPerPixel field in the generic DC structure, and leave
it up to the graphics driver to define it if necessary.
15 files changed:
dlls/ttydrv/dc.c
dlls/wineps/init.c
dlls/x11drv/bitblt.c
dlls/x11drv/bitmap.c
dlls/x11drv/brush.c
dlls/x11drv/dib.c
dlls/x11drv/graphics.c
dlls/x11drv/init.c
dlls/x11drv/palette.c
dlls/x11drv/x11drv.h
dlls/x11drv/xrender.c
graphics/bitblt.c
include/gdi.h
objects/bitmap.c
objects/dc.c