Allow resizing windows without thickframe style.

This commit is contained in:
Krishna Murthy 2004-08-17 22:28:02 +00:00 committed by Alexandre Julliard
parent 8be0edb94b
commit af5feb9bdd
1 changed files with 0 additions and 1 deletions

View File

@ -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