Changeset 257b9c4 for owl.h


Ignore:
Timestamp:
May 23, 2011, 8:57:46 PM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
81db142
Parents:
3535a6e
git-author:
David Benjamin <davidben@mit.edu> (02/26/11 00:17:01)
git-committer:
David Benjamin <davidben@mit.edu> (05/23/11 20:57:46)
Message:
Punt pre-select actions

The four users are now directly handled with GSources.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r3535a6e r257b9c4  
    552552  GPollFD pollfd;
    553553} owl_io_dispatch;
    554 
    555 typedef struct _owl_ps_action {
    556   int needs_gc;
    557   int (*callback)(struct _owl_ps_action *, void *);
    558   void (*destroy)(struct _owl_ps_action *);
    559   void *data;
    560 } owl_ps_action;
    561554
    562555typedef struct _owl_popexec {
     
    632625  struct termios startup_tio;
    633626  owl_list io_dispatch_list;
    634   owl_list psa_list;
    635627  GList *timerlist;
    636628  owl_timer *aim_nop_timer;
Note: See TracChangeset for help on using the changeset viewer.