[Bug 4897] Regression Use explorer to handle desktop window fails with 16 bit application

Wine Bugs wine-bugs at winehq.org
Tue Mar 28 17:12:36 CST 2006


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





------- Additional Comments From the3dfxdude at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list