diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-20 17:18:10 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-20 17:18:10 +1100 |
commit | 1f630daf4b61ea12bc2ec2d688dba2586c172611 (patch) | |
tree | 9f76118ba231a193b7077f029bcef7f43421454a /win32/deps.mak | |
parent | 434ea41aa400557964d73867008cfa8b1f64d8c4 (diff) | |
download | scintilla-mirror-1f630daf4b61ea12bc2ec2d688dba2586c172611.tar.gz |
Use new Surface APIs that can adapt to different stroke widths and use clipping
to allow more accurate less complex drawing code.
Diffstat (limited to 'win32/deps.mak')
-rw-r--r-- | win32/deps.mak | 1 |
1 files changed, 0 insertions, 1 deletions
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: \ |