summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-09 20:09:20 -0400
committerPietro Gagliardi <[email protected]>2014-04-09 20:09:20 -0400
commita2edde63c2b09c6d794cb139d2370595e6cdab69 (patch)
treecad4955b5ff3fd880bfee656948c741a60641a0b
parent78bb4cdace43829b1e10f359ddee1affcfd64148 (diff)
More future plans.
-rw-r--r--futureplans.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/futureplans.md b/futureplans.md
index 6150f69..c4c56e5 100644
--- a/futureplans.md
+++ b/futureplans.md
@@ -83,6 +83,7 @@ big dumb things:
- and doesn't exist on 32-bit windows; we will need special code for detecting 32-bit/64-bit (see http://bugs.winehq.org/show_bug.cgi?id=30556 and GerbilSoft in irc.badnik.net/#retro)
- also CreateWindow() and CreateWindowEx() docs differ in indicating which messages are sent but ultimately send the same set; WM_GETMINMAXINFO is sent first so that throws a wrench in the whole point, AND we'll need a way to properly differentiate between custom classes and controls...
- tl;dr what started as a somewhat quick change was really way too much effort for only potential/theoretical gain; approach if someone actually DOES hit Go's syscall.NewCallback() limit
+ - theoretically I could just have a s != nil check in WM_GETMINMAXINFO only, but not too hot on the idea :/
specifics: