[Bug 9169] Battlefield 2142: Regression: Spawn screen is invisible after joining a server

Wine Bugs wine-bugs at winehq.org
Fri Aug 3 08:21:40 CDT 2007


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


spencercw at googlemail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vitaliy at kievinfo.com




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



More information about the wine-bugs mailing list