http://bugs.winehq.org/show_bug.cgi?id=9169
spencercw@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |vitaliy@kievinfo.com
------- Additional Comments From spencercw@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.