Re: Implement support for NETWM utility window type

2003-12-05 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > OK. For future reference, what did I do wrong? The styles stuff seems > rather convoluted. Well, mostly it was needlessly complicated, and the check for WS_CAPTION was wrong (WS_CAPTION is not a single bit so you can't test it with a simple mask). -- Ale

Re: Implement support for NETWM utility window type

2003-12-05 Thread Mike Hearn
On Thu, 2003-12-04 at 21:29, Alexandre Julliard wrote: > Yes, but I'll fix that. OK. For future reference, what did I do wrong? The styles stuff seems rather convoluted.

Re: Implement support for NETWM utility window type

2003-12-04 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > This too missed the last couple of commits. Did I get the style stuff > wrong? Yes, but I'll fix that. BTW if you are going to repost the whole patch, at least send a real patch, not a quoted version (and please send it to wine-patches). -- Alexandre Jul

Re: Implement support for NETWM utility window type

2003-12-04 Thread Mike Hearn
Hi Alexandre, This too missed the last couple of commits. Did I get the style stuff wrong? On Mon, 2003-12-01 at 00:40, Mike Hearn wrote: > ChangeLog: > Map (WS_EX_TOOLWINDOW & WS_CAPTION) to _NET_WM_WINDOW_TYPE_UTILITY. > This makes Delphi a bit easier to use, as floating palettes aren't > unman