diff options
Diffstat (limited to 'win/tkWinMenu.c')
-rw-r--r-- | win/tkWinMenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tkWinMenu.c b/win/tkWinMenu.c index 3cd6494..5938f90 100644 --- a/win/tkWinMenu.c +++ b/win/tkWinMenu.c @@ -85,7 +85,7 @@ static int indicatorDimensions[2]; static BOOL showMenuAccelerators; -typedef struct ThreadSpecificData { +typedef struct { int inPostMenu; /* We cannot be re-entrant like X Windows. */ WORD lastCommandID; /* The last command ID we allocated. */ HWND menuHWND; /* A window to service popup-menu messages |