From b36983d5f4550bb14afe0e557831b9004dad7409 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 17 Mar 2021 10:49:00 +1100 Subject: Extract geometry and colour definitions from Platform.h into src/Geometry.h. --- doc/Design.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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.

- 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.

-- cgit v1.2.3