Signed-off-by: Jacek Caban jacek@codeweavers.com --- The new file is meant to DC-related stuff that will stay in gdi32. We may rename it to dc.c once the existing one is moved.
dlls/gdi32/Makefile.in | 1 + dlls/gdi32/gdi_private.h | 6 ++++++ dlls/gdi32/gdidc.c | 35 +++++++++++++++++++++++++++++++++++ dlls/gdi32/objects.c | 6 +----- dlls/gdi32/painting.c | 6 ++---- 5 files changed, 45 insertions(+), 9 deletions(-) create mode 100644 dlls/gdi32/gdidc.c