http://bugs.winehq.org/show_bug.cgi?id=4897
------- Additional Comments From the3dfxdude@gmail.com 2006-28-03 17:12 ------- DECL_HANDLER(get_desktop_window) { - struct window *win = get_desktop_window( current, 1 ); + struct window *win = get_desktop_window( current, req->force ); if (win) reply->handle = win->handle; }
Knowing this is nice, but maybe we need to investigate inside of get_desktop_window more, and maybe the setting of req->force against the affected applications.