Comment #75 on issue 2993 by rtanabe999: Tab is dragged from window even after mouse is released http://code.google.com/p/chromium/issues/detail?id=2993
Tab drag problem on dual monitor gfx::Point(LOWORD(pos), HIWORD(pos)); to gfx::Point(GET_X_LPARAM(pos), GET_Y_LPARAM(pos)); See Also: http://msdn.microsoft.com/en-us/library/ms644938(VS.85).aspx -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
