~smspillaz/compiz/experimental

« back to all changes in this revision

Viewing changes to plugins/trailfocus/src/trailfocus.cpp

MergeĀ lp:compiz

Show diffs side-by-side

added added

removed removed

Lines of Context:
224
224
TrailfocusScreen::refillList ()
225
225
{
226
226
    CompWindowList         activeList = screen->windows ();
227
 
    TfWindowList::iterator iter;
228
227
    unsigned int           winMax = optionGetWindowsCount ();
229
228
 
230
229
    activeList.sort (compareActiveness);