~mc-return/compiz/compiz.merge-src-header-files-cleanup

« back to all changes in this revision

Viewing changes to plugins/expo/src/click_threshold/include/click-threshold.h

  • Committer: MC Return
  • Date: 2013-06-20 05:56:13 UTC
  • mfrom: (3724.2.16 0.9.10)
  • Revision ID: mc.return@gmx.net-20130620055613-8dp00nmw2jpm3ptu
Merged latest lp:compiz and fixed conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
{
31
31
    namespace expo
32
32
    {
33
 
        bool clickMovementInThreshold(int previousX, int previousY,
34
 
                                      int currentX, int currentY);
 
33
    bool clickMovementInThreshold (int previousX,
 
34
                                   int previousY,
 
35
                                   int currentX,
 
36
                                   int currentY);
35
37
    }
36
38
}
37
39