[Bug 9169] Battlefield 2142: Regression: Spawn screen is invisible after joining a server
http://bugs.winehq.org/show_bug.cgi?id=9169 spencercw(a)googlemail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vitaliy(a)kievinfo.com ------- Additional Comments From spencercw(a)googlemail.com 2007-03-08 08:21 ------- Well the problem seems to be with this change in server/window.c: - return (win && win->parent && is_desktop_window(win->parent)); + return (win && (is_desktop_window(win) || is_desktop_window(win->parent))); The simplest explanation I can find of a top-level window is "children of the root window". I don't understand how the desktop is the child of another window, I would have thought it'd be at the bottom of the pile so to speak. Can you explain to me why this change is necessary? Cheers. -- 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.
participants (1)
-
Wine Bugs