Changeset 40c6657 for owl.h


Ignore:
Timestamp:
Dec 17, 2008, 5:13:47 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
df7f364
Parents:
cf0cc64
git-author:
Nelson Elhage <nelhage@mit.edu> (12/17/08 17:01:28)
git-committer:
Nelson Elhage <nelhage@mit.edu> (12/17/08 17:13:47)
Message:
Use owl_select instead of owl_muxevents for owl_popexec.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r1895c29 r40c6657  
    380380} owl_popwin;
    381381
    382 typedef struct _owl_popexec {
    383   int refcount;
    384   owl_viewwin *vwin;
    385   int winactive;
    386   int pid;                      /* or 0 if it has terminated */
    387   int rfd; 
    388 } owl_popexec;
    389 
    390382typedef struct _owl_messagelist {
    391383  owl_list list;
     
    532524  void *data;
    533525} owl_dispatch;
     526
     527typedef struct _owl_popexec {
     528  int refcount;
     529  owl_viewwin *vwin;
     530  int winactive;
     531  int pid;                      /* or 0 if it has terminated */
     532  owl_dispatch dispatch;
     533} owl_popexec;
    534534
    535535typedef struct _owl_global {
Note: See TracChangeset for help on using the changeset viewer.