Added pBitmapBits and pCreateBitmap to the GDI function table and
commit87f87bf61c163a567ae9d29b514736f6c1808333
authorHuw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Wed, 28 Oct 1998 09:53:53 +0000 (28 09:53 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 28 Oct 1998 09:53:53 +0000 (28 09:53 +0000)
tree197d93c897f40f8c2139016c871bbfa7bb3d5263
parent309dbe10ef9aa92647b4e7fcce5840a53891ab1b
Added pBitmapBits and pCreateBitmap to the GDI function table and
moved the X11 dependent stuff out of objects/bitmap.c into x11drv.
15 files changed:
graphics/metafiledrv/init.c
graphics/psdrv/init.c
graphics/win16drv/init.c
graphics/x11drv/bitmap.c
graphics/x11drv/brush.c
graphics/x11drv/init.c
graphics/x11drv/objects.c
include/bitmap.h
include/gdi.h
include/x11drv.h
objects/bitmap.c
objects/brush.c
objects/dib.c
objects/oembitmap.c
windows/graphics.c