- Move NtGdiSetBrushOrg from brush.c to dcobjs.c, since it doesn't really deal with...
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 3 May 2012 18:55:38 +0000 (18:55 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 3 May 2012 18:55:38 +0000 (18:55 +0000)
commit4fbb6addbc9cdf70b2f25af03d176f4d77d8cf03
treed6d2a5b2b7c12f09e2a50e054c652b3ec77a527e
parenta97d8f8aeedca09175124415e0b354ad03e39b5d
- Move NtGdiSetBrushOrg from brush.c to dcobjs.c, since it doesn't really deal with brushes, but with the dc and is related to the brush seletcted into the dc. Cleanup, simplify and fix the function.
- rename IntptlBrushOrigin to DC_vSetBrushOrigin and also move it to dcobjs.c

svn path=/trunk/; revision=56486
reactos/win32ss/gdi/ntgdi/brush.c
reactos/win32ss/gdi/ntgdi/coord.c
reactos/win32ss/gdi/ntgdi/coord.h
reactos/win32ss/gdi/ntgdi/dc.h
reactos/win32ss/gdi/ntgdi/dcobjs.c
reactos/win32ss/gdi/ntgdi/gdibatch.c