summaryrefslogtreecommitdiffstats
path: root/win/tkWinButton.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 /win/tkWinButton.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 'win/tkWinButton.c')
-rw-r--r--win/tkWinButton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tkWinButton.c b/win/tkWinButton.c
index d03a391..95b4fe4 100644
--- a/win/tkWinButton.c
+++ b/win/tkWinButton.c
@@ -63,7 +63,7 @@ enum {
* widget classes.
*/
-typedef struct ThreadSpecificData {
+typedef struct {
BITMAPINFOHEADER *boxesPtr; /* Information about the bitmap. */
DWORD *boxesPalette; /* Pointer to color palette. */
LPSTR boxesBits; /* Pointer to bitmap data. */