From a6ffe8c062a754d66624534b08c7164669d483c9 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 22 Mar 2021 11:36:19 +1100 Subject: 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. --- 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 6e3a4f415..4138ff3c9 100644 --- a/win32/deps.mak +++ b/win32/deps.mak @@ -231,7 +231,6 @@ EditView.o: \ ../src/CharacterSet.h \ ../src/CharacterCategory.h \ ../src/Position.h \ - ../src/IntegerRectangle.h \ ../src/UniqueString.h \ ../src/SplitVector.h \ ../src/Partitioning.h \ 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 \ -- cgit v1.2.3