http://bugs.winehq.org/show_bug.cgi?id=10658
Benjamin Schallar benjamin.dev@schallar.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|wine-comctl32 |wine-user Version|0.9.50. |0.9.49.
--- Comment #9 from Benjamin Schallar benjamin.dev@schallar.com 2007-12-26 18:07:11 --- $ git bisect bad c183a9e6e7809ef39874d1c01778af31173d0e82 is first bad commit commit c183a9e6e7809ef39874d1c01778af31173d0e82 Author: Alexandre Julliard julliard@winehq.org Date: Wed Oct 31 18:12:56 2007 +0100
server: Added support for HWND_TOPMOST and HWND_NOTOPMOST.
:040000 040000 1a21522356184dddd69c4a9847b23dc6bb69b82d 2088b5cd80a6db2754f6126eb9b219d7f590144f M dlls :040000 040000 bf605e24933452c319db5d462b1d1cb53735bd76 ab771fd193a719dc077861e14b5a0c77b559c141 M server
--
it has a few changes, especially
dlls/user32/winpos.c | 22 +++++-- server/window.c | 162 ++++++++++++++++++++++++++++++++++---------------- 2 files changed, 126 insertions(+), 58 deletions(-)
*sigh*
I'll try fiddling around with it until I find the line(s) causing the problem. :)