diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-12-14 15:45:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-12-14 15:45:40 (GMT) |
commit | 8a728ef419e042429b94d2fb3293abe307cb0809 (patch) | |
tree | 0cc26907068c12f75c3c1f78d20dd9c1cd05bbcf /generic/tkInt.h | |
parent | d761ee11ddfbf78f99ff1cf29011f5c899983250 (diff) | |
parent | 5357570e1f8319ecea3ce3c930913200ebc485dd (diff) | |
download | tk-8a728ef419e042429b94d2fb3293abe307cb0809.zip tk-8a728ef419e042429b94d2fb3293abe307cb0809.tar.gz tk-8a728ef419e042429b94d2fb3293abe307cb0809.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index 45348bd..5608ad7 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -916,6 +916,7 @@ typedef struct TkWindow { * String tables: */ +MODULE_SCOPE const char *const tkAnchorStrings[]; MODULE_SCOPE const char *const tkReliefStrings[]; MODULE_SCOPE const char *const tkJustifyStrings[]; |