Home
last modified time | relevance | path

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

/haiku/src/servers/app/decorator/
H A DDefaultWindowBehaviour.cpp274 fDesktop->SetWindowOutlinesDelta(fWindow, BPoint(0, 0)); in ExitState()
291 fDesktop->SetWindowOutlinesDelta(fWindow, delta); in MouseMovedAction()
453 fDesktop->SetWindowOutlinesDelta(fWindow, B_ORIGIN); in ExitState()
474 fDesktop->SetWindowOutlinesDelta(fWindow, BPoint( in MouseMovedAction()
/haiku/src/servers/app/
H A DDesktop.h192 void SetWindowOutlinesDelta(Window* window,
H A DDesktop.cpp1611 Desktop::SetWindowOutlinesDelta(Window* window, BPoint delta) in SetWindowOutlinesDelta() function in Desktop