winex11: Don't put window manager decorations on layered windows.

This commit is contained in:
Alexandre Julliard 2012-10-02 13:51:56 +02:00
parent 1075118cdb
commit a81c23a450
1 changed files with 1 additions and 0 deletions

View File

@ -261,6 +261,7 @@ static unsigned long get_mwm_decorations( struct x11drv_win_data *data,
if (data->shaped) return 0;
if (ex_style & WS_EX_TOOLWINDOW) return 0;
if (ex_style & WS_EX_LAYERED) return 0;
if ((style & WS_CAPTION) == WS_CAPTION)
{