diff options
Diffstat (limited to 'unix/tkUnixRFont.c')
-rw-r--r-- | unix/tkUnixRFont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixRFont.c b/unix/tkUnixRFont.c index 7dcddc9..570bafd 100644 --- a/unix/tkUnixRFont.c +++ b/unix/tkUnixRFont.c @@ -50,7 +50,7 @@ typedef struct { * the information isn't retrievable from the GC. */ -typedef struct ThreadSpecificData { +typedef struct { Region clipRegion; /* The clipping region, or None. */ } ThreadSpecificData; static Tcl_ThreadDataKey dataKey; |