Reorgnize how attributes work

This commit is contained in:
Cheng Zhao 2016-01-23 02:23:18 -08:00
parent ae7e96f181
commit d704b3f7ba
5 changed files with 55 additions and 78 deletions

View file

@ -96,9 +96,8 @@ bool NativeWindowViews::PreHandleMSG(
return false;
case WM_MOVING: {
if (!movable_) {
if (!movable_)
::GetWindowRect(GetAcceleratedWidget(), (LPRECT)l_param);
}
return false;
}