Am Sonntag, 10. Juli 2005 20:00 schrieb Felix Nawothnig:
Stefan Dösinger wrote:
Hello List, Wine has problems with Windows which don't have the WS_CAPTION flag set. These Windows are usually not managed, which leads to focus problems(no keyboard) and the window constantly stays on top. [...] Can anyone suggest a solution?
How about fixing the code for unmanaged windows? It seems to be broken for a *long* time now... (or are those issues actually caused by broken WMs?)
AFAIK it's a X problem combined with a window management problem. Making the window managed has the advantage that the Window Manager has full control over it(Taskbar, Window list, ...). I've seen a documentation on this on winehq, but I can't find it right now :-(
Stefan