~azzar1/unity/fix-1028810

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/WindowGestureTarget.cpp

  • Committer: Andrea Azzarone
  • Date: 2012-08-22 13:14:18 UTC
  • mfrom: (2516.1.92 unity)
  • Revision ID: azzaronea@gmail.com-20120822131418-mrfwx82k39xnvl9e
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
        }
86
86
      }
87
87
      break;
88
 
    default: // EVENT_GESTURE_END
 
88
    default: // EVENT_GESTURE_END | EVENT_GESTURE_LOST
89
89
      if (event.GetGestureClasses() & DRAG_GESTURE)
90
90
      {
91
91
        EndWindowMove(event);