summaryrefslogtreecommitdiffstats
path: root/unix/tclXtNotify.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-04 14:19:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-04 14:19:52 (GMT)
commitb5273bc1fa5f55149f34824435b65ea807794abc (patch)
tree5df08d95415ee2546150f3fcfe45ce1ddcb4e499 /unix/tclXtNotify.c
parentcdba31b9d5e939cc2f78069f835b086c5aa85a70 (diff)
parentce501f14c53a6a094e48453148d08a3e82cfde9a (diff)
downloadtcl-b5273bc1fa5f55149f34824435b65ea807794abc.zip
tcl-b5273bc1fa5f55149f34824435b65ea807794abc.tar.gz
tcl-b5273bc1fa5f55149f34824435b65ea807794abc.tar.bz2
merge trunk
Diffstat (limited to 'unix/tclXtNotify.c')
-rw-r--r--unix/tclXtNotify.c2
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