summaryrefslogtreecommitdiff
path: root/implementation.md
diff options
context:
space:
mode:
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`.