[Bug 26185] Listbox control messages sent to parent for click incomplete.

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Mar 5 16:55:33 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=26185

--- Comment #8 from Austin Lund <austin.lund at gmail.com> 2011-03-05 16:55:32 CST ---
I've managed to get the binary and have looked into what is going on.

This program assigns a single function to the WndProc for most windows (?!?! is
this a common design).  That function then looks up the "right" WndProc from a
hash table which stores the window handle and a pointer to an object
responsible for the window and has the wndproc in the vtable.  



More information about the wine-bugs mailing list