summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixFont.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-02 09:28:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-02 09:28:05 (GMT)
commit8d9bcf37ddbe36e3fd50042d8dfb15bc5a6c2d12 (patch)
treec3e3547bdaa0b24960c7befe661373841b11c38e /unix/tkUnixFont.c
parent7b6e25bd97a76f688ed363cac924ea99a83fa5f4 (diff)
downloadtk-8d9bcf37ddbe36e3fd50042d8dfb15bc5a6c2d12.zip
tk-8d9bcf37ddbe36e3fd50042d8dfb15bc5a6c2d12.tar.gz
tk-8d9bcf37ddbe36e3fd50042d8dfb15bc5a6c2d12.tar.bz2
Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificData" is already sufficient.
Diffstat (limited to 'unix/tkUnixFont.c')
-rw-r--r--unix/tkUnixFont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixFont.c b/unix/tkUnixFont.c
index 50033ec..f43e086 100644
--- a/unix/tkUnixFont.c
+++ b/unix/tkUnixFont.c
@@ -153,7 +153,7 @@ typedef struct FontAttributes {
TkXLFDAttributes xa;
} FontAttributes;
-typedef struct ThreadSpecificData {
+typedef struct {
FontFamily *fontFamilyList; /* The list of font families that are
* currently loaded. As screen fonts are
* loaded, this list grows to hold information