diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-06-30 13:53:17 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-06-30 13:53:17 (GMT) |
| commit | 0f90e86f25b993214ea14f44921a024303e31033 (patch) | |
| tree | 8f3381625b4c5af5806783d029ce1f6a080d713c /unix | |
| parent | 00d621dfe020361619908f37ab7f1f9df5c117cb (diff) | |
| parent | c1ce97106f2bcbbcad391621a3617e14a7648052 (diff) | |
| download | tcl-0f90e86f25b993214ea14f44921a024303e31033.zip tcl-0f90e86f25b993214ea14f44921a024303e31033.tar.gz tcl-0f90e86f25b993214ea14f44921a024303e31033.tar.bz2 | |
Merge trunk
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/tclXtNotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclXtNotify.c b/unix/tclXtNotify.c index a5d92d6..26db9f2 100644 --- a/unix/tclXtNotify.c +++ b/unix/tclXtNotify.c @@ -42,7 +42,7 @@ typedef struct FileHandler { * handlers are ready to fire. */ -typedef struct FileHandlerEvent { +typedef struct { Tcl_Event header; /* Information that is standard for all * events. */ int fd; /* File descriptor that is ready. Used to find |
