summaryrefslogtreecommitdiff
path: root/implementation.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-18 11:54:47 -0400
committerPietro Gagliardi <[email protected]>2014-03-18 11:55:01 -0400
commitc628c86597e6b4e1a7067eb1899e7612dda21102 (patch)
tree555416f468b2378df9226dd99cd43aa85de19448 /implementation.md
parent24342eb05d70af48d609a224351237eb1f3d41d2 (diff)
Updated README with this decision. Also other documents as well.
Diffstat (limited to 'implementation.md')
-rw-r--r--implementation.md2
1 files changed, 2 insertions, 0 deletions
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`.