aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/nmdeps.mak
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-03-22 11:36:19 +1100
committerNeil <nyamatongwe@gmail.com>2021-03-22 11:36:19 +1100
commita6ffe8c062a754d66624534b08c7164669d483c9 (patch)
treea40bc0c9d91cbadc71e5099d53da6a92e3001c1e /win32/nmdeps.mak
parente2ba54b9e8c3ea741ebc785b4af6408da2bf204d (diff)
downloadscintilla-mirror-a6ffe8c062a754d66624534b08c7164669d483c9.tar.gz
Replace multiple calls when drawing boxes with Surface::RectangleFrame.
Replace annotation boxing logic with calls to FillRectangle and Side. Switch to new AlphaRectangle signature. These will allow changing stroke width in future.
Diffstat (limited to 'win32/nmdeps.mak')
-rw-r--r--win32/nmdeps.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/nmdeps.mak b/win32/nmdeps.mak
index 7e4ccc628..d1923d547 100644
--- a/win32/nmdeps.mak
+++ b/win32/nmdeps.mak
@@ -231,7 +231,6 @@ $(DIR_O)/EditView.obj: \
../src/CharacterSet.h \
../src/CharacterCategory.h \
../src/Position.h \
- ../src/IntegerRectangle.h \
../src/UniqueString.h \
../src/SplitVector.h \
../src/Partitioning.h \