Home
last modified time | relevance | path

Searched refs:fMovedOutWhat (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/switcher/
H A DCaptureWindow.cpp45 uint32 fMovedOutWhat; member in CaptureView
55 fMovedOutWhat(0) in CaptureView()
70 if (fMovedOutWhat != 0) in AddMoveOutNotification()
75 fMovedOutWhat = (uint32)message->FindInt32("what"); in AddMoveOutNotification()
85 if (fMovedOutWhat != 0 && !fMovedOutFrame.Contains(point)) in MouseMoved()
179 BMessage movedOut(fMovedOutWhat); in _SendMovedOutNotification()
181 fMovedOutWhat = 0; in _SendMovedOutNotification()