From 1f630daf4b61ea12bc2ec2d688dba2586c172611 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 20 Mar 2021 17:18:10 +1100 Subject: Use new Surface APIs that can adapt to different stroke widths and use clipping to allow more accurate less complex drawing code. --- win32/deps.mak | 1 - win32/nmdeps.mak | 1 - 2 files changed, 2 deletions(-) (limited to 'win32') diff --git a/win32/deps.mak b/win32/deps.mak index 3939a81fd..defb10c63 100644 --- a/win32/deps.mak +++ b/win32/deps.mak @@ -266,7 +266,6 @@ Indicator.o: \ ../src/Platform.h \ ../include/Scintilla.h \ ../include/Sci_Position.h \ - ../src/IntegerRectangle.h \ ../src/Indicator.h \ ../src/XPM.h KeyMap.o: \ diff --git a/win32/nmdeps.mak b/win32/nmdeps.mak index 1e72661fc..18deb11c0 100644 --- a/win32/nmdeps.mak +++ b/win32/nmdeps.mak @@ -266,7 +266,6 @@ $(DIR_O)/Indicator.obj: \ ../src/Platform.h \ ../include/Scintilla.h \ ../include/Sci_Position.h \ - ../src/IntegerRectangle.h \ ../src/Indicator.h \ ../src/XPM.h $(DIR_O)/KeyMap.obj: \ -- cgit v1.2.3