~untrusted-ci-dev-bot/compiz/compiz-ubuntu-vivid-proposed

« back to all changes in this revision

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

  • Committer: CI Train Bot
  • Author(s): Stephen M. Webb
  • Date: 2014-12-10 19:50:44 UTC
  • mfrom: (3904.2.1 lp-1101585)
  • Revision ID: ci-train-bot@canonical.com-20141210195044-5gf0x0j2j5w6pik8
Switcher Plugin: renamed a local variable so it does not hide a function parameter.
 Fixes: #1101585
Approved by: Christopher Townsend, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
534
534
 
535
535
        allWindowsWidth = windows.size () * WIDTH;
536
536
 
537
 
        foreach (CompWindow *w, windows)
 
537
        foreach (CompWindow *win, windows)
538
538
        {
539
 
            selectedWindow = w;
 
539
            selectedWindow = win;
540
540
 
541
541
            if (selectedWindow == selected)
542
542
                break;