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:
@@ -242,6 +242,7 @@ EventDispatcher::EventDispatcher()
|
||||
fNextLatestMouseMoved(NULL),
|
||||
fLastButtons(0),
|
||||
fLastUpdate(system_time()),
|
||||
fDraggingMessage(false),
|
||||
fDragBitmap(NULL),
|
||||
fCursorLock("cursor loop lock"),
|
||||
fHWInterface(NULL),
|
||||
|
||||
Reference in New Issue
Block a user