diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-22 11:36:19 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-22 11:36:19 +1100 |
commit | a6ffe8c062a754d66624534b08c7164669d483c9 (patch) | |
tree | a40bc0c9d91cbadc71e5099d53da6a92e3001c1e /gtk/deps.mak | |
parent | e2ba54b9e8c3ea741ebc785b4af6408da2bf204d (diff) | |
download | scintilla-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 'gtk/deps.mak')
-rw-r--r-- | gtk/deps.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/deps.mak b/gtk/deps.mak index ec53fe99f..2b138b571 100644 --- a/gtk/deps.mak +++ b/gtk/deps.mak @@ -263,7 +263,6 @@ EditView.o: \ ../src/CharacterSet.h \ ../src/CharacterCategory.h \ ../src/Position.h \ - ../src/IntegerRectangle.h \ ../src/UniqueString.h \ ../src/SplitVector.h \ ../src/Partitioning.h \ |