Commit af5feb9b authored by Krishna Murthy's avatar Krishna Murthy Committed by Alexandre Julliard

Allow resizing windows without thickframe style.

parent 8be0edb9
......@@ -1881,7 +1881,6 @@ void X11DRV_SysCommandSizeMove( HWND hwnd, WPARAM wParam )
}
else /* SC_SIZE */
{
if (!thickframe) return;
if ( hittest && ((wParam & 0xfff0) != SC_MOUSEMENU) )
hittest += (HTLEFT - WMSZ_LEFT);
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment