diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-20 17:43:48 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-20 17:43:48 +1100 |
commit | 5890eafae756457cee82a23bdd0aa49d1ca74172 (patch) | |
tree | e431efe0f4e6dc531e404da48b5c485c71750ffe /win32/deps.mak | |
parent | 1f630daf4b61ea12bc2ec2d688dba2586c172611 (diff) | |
download | scintilla-mirror-5890eafae756457cee82a23bdd0aa49d1ca74172.tar.gz |
Use new Surface APIs for marker drawing. Clipping allows rounded fold markers to
be highlighted better.
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 defb10c63..3cec8c9ff 100644 --- a/win32/deps.mak +++ b/win32/deps.mak @@ -281,7 +281,6 @@ LineMarker.o: \ ../src/Platform.h \ ../include/Scintilla.h \ ../include/Sci_Position.h \ - ../src/IntegerRectangle.h \ ../src/XPM.h \ ../src/LineMarker.h MarginView.o: \ |