summaryrefslogtreecommitdiffstats
path: root/generic/tk.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-04-08 13:06:24 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-04-08 13:06:24 (GMT)
commitfef2b60c135e004625e5774b7e6acb128fb1a285 (patch)
tree57381468d90cefdb851908a506978ce2c8fce3be /generic/tk.h
parent59e0409cb2997484da56b29e366e5d0d4632bee8 (diff)
downloadtk-fef2b60c135e004625e5774b7e6acb128fb1a285.zip
tk-fef2b60c135e004625e5774b7e6acb128fb1a285.tar.gz
tk-fef2b60c135e004625e5774b7e6acb128fb1a285.tar.bz2
unbreak the header
Diffstat (limited to 'generic/tk.h')
-rw-r--r--generic/tk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tk.h b/generic/tk.h
index 966a453..ba099ca 100644
--- a/generic/tk.h
+++ b/generic/tk.h
@@ -816,7 +816,7 @@ typedef struct Tk_FakeWin {
int minReqWidth;
int minReqHeight;
#ifdef TK_USE_INPUT_METHODS
- int dummy21;
+ int dummy22;
#endif /* TK_USE_INPUT_METHODS */
} Tk_FakeWin;