summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-10 20:42:01 -0400
committerPietro Gagliardi <[email protected]>2014-04-10 20:42:01 -0400
commitd6abf79932d5c1dc74c52beffd6fb1e6359c04cf (patch)
tree903142adc1e84e5b4996e626e40d682d107621f5 /todo.md
parent1c11ef2d9cb18502d272cee63f3ceb1d381c9e8b (diff)
Added bounds checking to NewArea() and Area.SetSize() such that an Area must have a valid size.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.md b/todo.md
index d04417c..71425a0 100644
--- a/todo.md
+++ b/todo.md
@@ -1,5 +1,4 @@
so I don't forget:
-- add bounds checking to Area's sizing methods
- describe thread-safety of Area.SetSize()
- should all instances of -1 as error returns from Windows functions be changed to ^0 or does the uintptr() conversion handle sign extension?