Searched refs:fLastDragTarget (Results 1 - 1 of 1) sorted by relevance

/haiku/src/preferences/mail/
H A DFilterConfigView.cpp73 fLastDragTarget = -1;
119 if (target == fLastDragTarget)
123 if (fLastDragTarget != -1)
124 DrawDragTargetIndicator(fLastDragTarget);
127 fLastDragTarget = target;
136 if (fLastDragTarget != -1)
137 DrawDragTargetIndicator(fLastDragTarget);
174 int32 fLastDragTarget,fDragIndex; member in class:DragListView

Completed in 39 milliseconds