Signed-off-by: Jacek Caban jacek@codeweavers.com --- The plan is that it will ultimately live in win32u. Before moving that, a fair amount of caricaturization is needed in gdi32. The idea is to first use ntgdi interface internally in gdi32, so that the move will be easy.
dlls/gdi32/pen.c | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-)
On 7/2/21 12:38 PM, Jacek Caban wrote:
a fair amount of caricaturization is needed in gdi32
I meant refactorization...
Jacek