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/nmdeps.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/nmdeps.mak')
-rw-r--r-- | win32/nmdeps.mak | 1 |
1 files changed, 0 insertions, 1 deletions
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: \ |