Added GetDeviceCaps to the DC driver interface. Removed devCaps
authorAlexandre Julliard <julliard@winehq.org>
Sat, 28 Jul 2001 00:18:02 +0000 (00:18 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 28 Jul 2001 00:18:02 +0000 (00:18 +0000)
commit99bb9f9775b9c557ffa44ce84df23f3bdbe63638
tree5071eb3ea7df3ac3a71efe23c92e47cdb1813d7e
parent4c5b35d6e946941003560d1d1f5261e0b721f70d
Added GetDeviceCaps to the DC driver interface. Removed devCaps
pointer in the generic DC structure.
26 files changed:
dlls/gdi/driver.c
dlls/ttydrv/dc.c
dlls/ttydrv/palette.c
dlls/ttydrv/ttydrv.h
dlls/ttydrv/ttydrv.spec
dlls/ttydrv/ttydrv_main.c
dlls/wineps/escape.c
dlls/wineps/font.c
dlls/wineps/init.c
dlls/wineps/ps.c
dlls/wineps/psdrv.h
dlls/wineps/wineps.spec
dlls/x11drv/x11drv.spec
graphics/enhmetafiledrv/init.c
graphics/mapping.c
graphics/metafiledrv/init.c
graphics/win16drv/init.c
graphics/win16drv/text.c
graphics/x11drv/init.c
graphics/x11drv/palette.c
graphics/x11drv/xfont.c
include/gdi.h
include/win16drv.h
include/x11drv.h
objects/dc.c
objects/palette.c