- Timestamp:
- Jun 22, 2011, 12:37:22 AM (13 years ago)
- Branches:
- master, release-1.10, release-1.8, release-1.9
- Children:
- e146cd7
- Parents:
- 2d04312
- git-author:
- David Benjamin <davidben@mit.edu> (05/24/11 02:10:33)
- git-committer:
- David Benjamin <davidben@mit.edu> (06/22/11 00:37:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.h
ra6a9ddb raa69c1e 121 121 #define OWL_MESSAGE_DIRECTION_IN 1 122 122 #define OWL_MESSAGE_DIRECTION_OUT 2 123 124 #define OWL_IO_READ 1125 #define OWL_IO_WRITE 2126 #define OWL_IO_EXCEPT 4127 123 128 124 #define OWL_DIRECTION_NONE 0 … … 526 522 bool overflow; 527 523 } owl_colorpair_mgr; 528 529 typedef struct _owl_io_dispatch {530 int fd; /* FD to watch for dispatch. */531 int mode;532 bool valid;533 int needs_gc;534 void (*callback)(const struct _owl_io_dispatch *, void *); /* C function to dispatch to. */535 void (*destroy)(const struct _owl_io_dispatch *); /* Destructor */536 void *data;537 GPollFD pollfd;538 } owl_io_dispatch;539 524 540 525 typedef struct _owl_popexec { … … 607 592 int pseudologin_notify; 608 593 struct termios startup_tio; 609 owl_list io_dispatch_list;610 594 guint aim_nop_timer; 611 595 int load_initial_subs;
Note: See TracChangeset
for help on using the changeset viewer.