Changeset a6a9ddb for owl.h


Ignore:
Timestamp:
Jun 22, 2011, 12:37:22 AM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
2d04312
Parents:
2244836
git-author:
David Benjamin <davidben@mit.edu> (05/24/11 02:03:16)
git-committer:
David Benjamin <davidben@mit.edu> (06/22/11 00:37:22)
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

    r074bdaa ra6a9ddb  
    543543  int winactive;
    544544  pid_t pid;                    /* or 0 if it has terminated */
    545   const owl_io_dispatch *dispatch;
     545  guint io_watch;
    546546} owl_popexec;
    547547
Note: See TracChangeset for help on using the changeset viewer.