aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-03-19 13:43:32 +1100
committerNeil <nyamatongwe@gmail.com>2021-03-19 13:43:32 +1100
commit9659ea34246320bd9872740d1ee6a5c9ae9066c6 (patch)
treecf185d19f133dd40a7faed0bd24c1a04fb12a1be /gtk
parent63fbfcb7c05dc7035ebf80805be70b0109def792 (diff)
downloadscintilla-mirror-9659ea34246320bd9872740d1ee6a5c9ae9066c6.tar.gz
Add Geometry.cxx for geometric and colour operations too complex for headers.
Add FillStroke to hold parameters for drawing shapes.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/deps.mak3
-rw-r--r--gtk/makefile1
2 files changed, 4 insertions, 0 deletions
diff --git a/gtk/deps.mak b/gtk/deps.mak
index f446b6dd1..749a3a0d1 100644
--- a/gtk/deps.mak
+++ b/gtk/deps.mak
@@ -288,6 +288,9 @@ EditView.o: \
../src/MarginView.h \
../src/EditView.h \
../src/ElapsedPeriod.h
+Geometry.o: \
+ ../src/Geometry.cxx \
+ ../src/Geometry.h
Indicator.o: \
../src/Indicator.cxx \
../src/Debugging.h \
diff --git a/gtk/makefile b/gtk/makefile
index 862276097..a820e1476 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -138,6 +138,7 @@ SRC_OBJS = \
EditModel.o \
Editor.o \
EditView.o \
+ Geometry.o \
Indicator.o \
KeyMap.o \
LineMarker.o \