CID 10229: fDraggingMessage was not initialized, potentially sending out drag

messages where there shouldn't have been any.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39980 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2010-12-28 13:04:43 +00:00
parent d65593aaa3
commit 8e165582f1
+1
View File
@@ -242,6 +242,7 @@ EventDispatcher::EventDispatcher()
fNextLatestMouseMoved(NULL),
fLastButtons(0),
fLastUpdate(system_time()),
fDraggingMessage(false),
fDragBitmap(NULL),
fCursorLock("cursor loop lock"),
fHWInterface(NULL),