~oif-team/geis/trunk

« back to all changes in this revision

Viewing changes to libutouch-geis/geis.c

  • Committer: Stephen M. Webb
  • Date: 2012-04-11 19:29:52 UTC
  • mfrom: (245.1.3 lp-973539)
  • Revision ID: stephen.webb@canonical.com-20120411192952-urjfni8oy24ool1g
Failed GEIS gracefully if a useful X server is not found (lp: #973539).

Show diffs side-by-side

added added

removed removed

Lines of Context:
687
687
 
688
688
    if (FD_ISSET(geis_fd, &read_fds))
689
689
    {
690
 
      status = geis_dispatch_events(geis);
 
690
      geis_dispatch_events(geis);
691
691
      if (geis->state == GEIS_STATE_RUNNING)
692
692
      {
693
693
        status = GEIS_STATUS_SUCCESS;