In dlls/winex11.drv/window.c file, delete the two rows,
if (ex_style & WS_EX_TOOLWINDOW) return 0;
if (ex_style & WS_EX_LAYERED) return 0;
and then Complie Wine Binaray, Can Fix FullScreen Mode Window Decoration Wrong and Mouse Cursor Misplace.
2 Likes