diff options
Diffstat (limited to 'unix/tkUnixEmbed.c')
-rw-r--r-- | unix/tkUnixEmbed.c | 2 |
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. */ |