~chasedouglas/grail/work-in-progress

« back to all changes in this revision

Viewing changes to tools/grail-test-edge.c

  • Committer: Chase Douglas
  • Date: 2012-02-20 15:44:58 UTC
  • mfrom: (188.2.1 check-grab)
  • Revision ID: chase.douglas@ubuntu.com-20120220154458-t0165wwio8roth3b
Merge fix for touch grab failure checks

Show diffs side-by-side

added added

removed removed

Lines of Context:
280
280
 
281
281
  free(mask.mask);
282
282
 
 
283
  if (mods.status != XIGrabSuccess) {
 
284
    fprintf(stderr, "Error: failed to grab touches on window\n");
 
285
    return -1;
 
286
  }
 
287
 
283
288
  frame_status = frame_x11_new(display, &frame_handle);
284
289
  if (frame_status != UFStatusSuccess) {
285
290
    fprintf(stderr, "Error: failed to create utouch frame instance\n");