http://bugs.winehq.org/show_bug.cgi?id=7702
Summary: changing WS_CAPTION of a window is ignored in EVE Online Product: Wine Version: CVS Platform: PC URL: http://www.eve-online.com/download/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-x11driver AssignedTo: wine-bugs@winehq.org ReportedBy: kelfe@gmx.de
The game is able to run in windowed mode but if you start in windowed mode the border of the window is missing.
Also the border should be removed when the game enters fullscreen mode and be restored when returning to windowed mode.
- the x11driver needs support to allow WS_CAPTION change of an existing window (X11DRV_SetWindowStyle) - the IWineD3DDeviceImpl_RestoreWindow function needs a better detection of the current window style in the case of fullscreen app, activating WS_CAPTION and then resetting the d3d device to windowed mode as "This->style" contains an incorrect value (and removes the WS_CAPTION again)