#include <src/lib/xynth.h>
Data Fields | |
| int | fd |
| fd to poll | |
| int(* | pf_in )(s_window_t *, s_pollfd_t *) |
| in data call back function | |
| int(* | pf_err )(s_window_t *, s_pollfd_t *) |
| error call back function | |
| int(* | pf_close )(s_window_t *, s_pollfd_t *) |
| closing call back function | |
| void * | data |
| user data | |
1.4.7