summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-19 11:57:18 -0500
committerPietro Gagliardi <[email protected]>2014-02-19 11:57:18 -0500
commit4fe6ccce97a68cbb2b1e444742bb27b8e3b40bd4 (patch)
tree21301b053ac9c8e37005189e9935c50cfcf798c6
parentfb5c789fc4884559a5a1428325ac9a427bb2a89d (diff)
Super ultra important TODO related to previous two commits.
-rw-r--r--todo.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.md b/todo.md
index c612b88..4a92c36 100644
--- a/todo.md
+++ b/todo.md
@@ -25,6 +25,7 @@ important things:
- make sure GTK+ documentation point differences don't matter
super ultra important things:
+- for some reason events are now delayed on windows
- 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)
- 32-bit: it works now, but if I save the class name converted to UTF-16 beforehand, wine indicates that the class name is replaced with the window title, so something there is wrong...