From c628c86597e6b4e1a7067eb1899e7612dda21102 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 18 Mar 2014 11:54:47 -0400 Subject: Updated README with this decision. Also other documents as well. --- implementation.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'implementation.md') diff --git a/implementation.md b/implementation.md index 800ce3a..27c5314 100644 --- a/implementation.md +++ b/implementation.md @@ -1,3 +1,5 @@ +## UPDATE 18 March 2014: this document is out of date and could use some rewriting + # ui library implementation information All platform-specific functionality is isolated in a mega-type `sysData` that stores OS toolkit handles and provides methods that do the work for the frontend API. The file `sysdata.go` defines a type `cSysData` that contains everything all platforms have in common and dummy definitions of the `sysData` functions that panic. The platform-specific `sysData` embeds `cSysData`. -- cgit v1.2.3