Changeset b37accd for owl.h


Ignore:
Timestamp:
Jun 21, 2011, 11:19:09 PM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Children:
b15f9e9
Parents:
bdc53e0
git-author:
David Benjamin <davidben@mit.edu> (05/24/11 02:03:16)
git-committer:
David Benjamin <davidben@mit.edu> (06/21/11 23:19:09)
Message:
Replace popexec's io_dispatch with a glib io watch

Again, this code may be simplified with a GIOChannel.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r7df7be2 rb37accd  
    552552  int winactive;
    553553  pid_t pid;                    /* or 0 if it has terminated */
    554   const owl_io_dispatch *dispatch;
     554  guint io_watch;
    555555} owl_popexec;
    556556
Note: See TracChangeset for help on using the changeset viewer.