summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixEmbed.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-02 11:18:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-02 11:18:59 (GMT)
commit2e99996e18b1b15181b730a451f5e6107bc412fd (patch)
tree7d60025f834c6af5ed11e12e12c9565f79d66881 /unix/tkUnixEmbed.c
parent767047298510f716f70c177534980f53fbbd2406 (diff)
parent8d9bcf37ddbe36e3fd50042d8dfb15bc5a6c2d12 (diff)
downloadtk-2e99996e18b1b15181b730a451f5e6107bc412fd.zip
tk-2e99996e18b1b15181b730a451f5e6107bc412fd.tar.gz
tk-2e99996e18b1b15181b730a451f5e6107bc412fd.tar.bz2
Merge 8.6
Diffstat (limited to 'unix/tkUnixEmbed.c')
-rw-r--r--unix/tkUnixEmbed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixEmbed.c b/unix/tkUnixEmbed.c
index 2ac3013..5653b75 100644
--- a/unix/tkUnixEmbed.c
+++ b/unix/tkUnixEmbed.c
@@ -42,7 +42,7 @@ typedef struct Container {
* process. */
} Container;
-typedef struct ThreadSpecificData {
+typedef struct {
Container *firstContainerPtr;
/* First in list of all containers managed by
* this process. */