diff options
Diffstat (limited to 'test/grail-gesture.c')
| -rw-r--r-- | test/grail-gesture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/grail-gesture.c b/test/grail-gesture.c index 16b33ac..8e34f84 100644 --- a/test/grail-gesture.c +++ b/test/grail-gesture.c | |||
| @@ -46,7 +46,7 @@ static int tp_get_clients(struct grail *ge, | |||
| 46 | 46 | ||
| 47 | static void tp_event(struct grail *ge, const struct input_event *ev) | 47 | static void tp_event(struct grail *ge, const struct input_event *ev) |
| 48 | { | 48 | { |
| 49 | if (!grail_mask_get(flag_mask, GRAIL_TYPE_POINTER)) | 49 | if (!grail_mask_get(flag_mask, GRAIL_TYPE_DRAG1)) |
| 50 | return; | 50 | return; |
| 51 | fprintf(stderr, "event %d 0x%x %d\n", ev->type, ev->code, ev->value); | 51 | fprintf(stderr, "event %d 0x%x %d\n", ev->type, ev->code, ev->value); |
| 52 | } | 52 | } |
