~smspillaz/compiz-plugins-main/compiz-plugins-main.fix_939228

« back to all changes in this revision

Viewing changes to expo/src/expo.cpp

  • Committer: smspillaz
  • Date: 2012-02-21 03:54:59 UTC
  • Revision ID: sam.spilsbury@canonical.com-20120221035459-s7zu32a6qlr8azfn
Sync in changes from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
    if (!expoMode)
177
177
        return false;
178
178
 
179
 
    termExpo (action, 0, noOptions);
 
179
    termExpo (action, 0, noOptions ());
180
180
    anyClick = true;
181
181
    cScreen->damageScreen ();
182
182
 
373
373
                clickTime   = 0;
374
374
                doubleClick = false;
375
375
 
376
 
                termExpo (&action, 0, noOptions);
 
376
                termExpo (&action, 0, noOptions ());
377
377
                anyClick = true;
378
378
            }
379
379
        }