aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Design.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-03-17 10:49:00 +1100
committerNeil <nyamatongwe@gmail.com>2021-03-17 10:49:00 +1100
commitb36983d5f4550bb14afe0e557831b9004dad7409 (patch)
tree8ad9ba58bb73414ba3e2266b4b64341ce26e7f3d /doc/Design.html
parent7f5b292b12975f58ced1e445a41c4b21a350ab9b (diff)
downloadscintilla-mirror-b36983d5f4550bb14afe0e557831b9004dad7409.tar.gz
Extract geometry and colour definitions from Platform.h into src/Geometry.h.
Diffstat (limited to 'doc/Design.html')
-rw-r--r--doc/Design.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Design.html b/doc/Design.html
index d08c01d96..cc9994678 100644
--- a/doc/Design.html
+++ b/doc/Design.html
@@ -66,7 +66,7 @@
This is a fairly small and thin layer over the platform's native capabilities.
</p>
<p>
- The portability library is defined in Platform.h and is implemented once for each platform.
+ The portability library is defined in Geometry.h and Platform.h and is implemented once for each platform.
PlatWin.cxx defines the Windows variants of the methods and PlatGTK.cxx the GTK variants.
</p>
<p>