winex11: Don't put window manager decorations on layered windows.
This commit is contained in:
parent
1075118cdb
commit
a81c23a450
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue