summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-13 11:46:41 -0500
committerPietro Gagliardi <[email protected]>2014-02-13 11:46:41 -0500
commitc36c863fe11d08b915aa51de96313d5d5049fd97 (patch)
tree354f79d238e9bd76152fd33447c36f1da50fc56f
parent91113a32bf164ddd2dc26639538f8833e692710f (diff)
Adjusted bookkeeping notes for the now-implemented sizing code.
-rw-r--r--todo.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/todo.md b/todo.md
index 7cfbf99..c52a71f 100644
--- a/todo.md
+++ b/todo.md
@@ -3,9 +3,6 @@ so I don't forget:
- Control.Show()/Control.Hide()
- Control.SetText()
-implementation things:
-- the only thing sysData needs from a window's control is the method to trigger a resize; write that in when I handle resizes
-
super ultra important things:
- the windows build appears to be unstable:
- 64-bit doesn't work, period: it crashes in malloc in wine with heap corruption warnings aplenty during DLL loading; in windows 7 CreateWindowExW complains about an unregistered window class, yet the RegisterClassW appears to have succeeded and examining the stack in WinDbg indicates the correct class name is being sent (see below)