summaryrefslogtreecommitdiffstats
path: root/generic/tkPointer.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkPointer.c')
-rw-r--r--generic/tkPointer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkPointer.c b/generic/tkPointer.c
index 0141b64..6e87638 100644
--- a/generic/tkPointer.c
+++ b/generic/tkPointer.c
@@ -35,7 +35,7 @@ static const unsigned int buttonMasks[] = {
};
#define ButtonMask(b) (buttonMasks[(b)-Button1])
-typedef struct ThreadSpecificData {
+typedef struct {
TkWindow *grabWinPtr; /* Window that defines the top of the grab
* tree in a global grab. */
int lastState; /* Last known state flags. */