diff options
Diffstat (limited to 'src/gestures-drag.c')
| -rw-r--r-- | src/gestures-drag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gestures-drag.c b/src/gestures-drag.c index a02943e..b894bda 100644 --- a/src/gestures-drag.c +++ b/src/gestures-drag.c | |||
| @@ -58,7 +58,7 @@ int gru_drag(struct grail *ge, | |||
| 58 | struct combo_model *state = &gru->drag; | 58 | struct combo_model *state = &gru->drag; |
| 59 | struct move_model *move = &gru->move; | 59 | struct move_model *move = &gru->move; |
| 60 | int mask = state->active ? (move->active & fm_mask) : fm_mask; | 60 | int mask = state->active ? (move->active & fm_mask) : fm_mask; |
| 61 | if (!move->multi && (!gru->pointer_gesture || !move->single)) { | 61 | if (!move->multi && !move->single) { |
| 62 | if (state->active) { | 62 | if (state->active) { |
| 63 | gru_end(ge, state->gid, move, | 63 | gru_end(ge, state->gid, move, |
| 64 | state->prop, state->nprop); | 64 | state->prop, state->nprop); |
