summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-01-12 09:46:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-01-12 09:46:26 (GMT)
commitc84948f660d87bfecd5cf830a4986d95f00c1e4a (patch)
treee3fa63adcd3593c816750f84f855789fd50af1c8 /unix
parent430f5c9c144dca634ae3af7b82619b9bff00d64a (diff)
downloadtk-c84948f660d87bfecd5cf830a4986d95f00c1e4a.zip
tk-c84948f660d87bfecd5cf830a4986d95f00c1e4a.tar.gz
tk-c84948f660d87bfecd5cf830a4986d95f00c1e4a.tar.bz2
Bring back DEF_TEXT_SPACING[123], since "0" is not exactly equal to NULL (just to be 100% sure there will not be a behavioral change)bug_2049429fff
Diffstat (limited to 'unix')
-rw-r--r--unix/tkUnixDefault.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tkUnixDefault.h b/unix/tkUnixDefault.h
index 62e3fec..d214aa5 100644
--- a/unix/tkUnixDefault.h
+++ b/unix/tkUnixDefault.h
@@ -494,6 +494,9 @@
#define DEF_TEXT_SELECT_FG_MONO WHITE
#define DEF_TEXT_SELECT_RELIEF "raised"
#define DEF_TEXT_SET_GRID "0"
+#define DEF_TEXT_SPACING1 "0"
+#define DEF_TEXT_SPACING2 "0"
+#define DEF_TEXT_SPACING3 "0"
#define DEF_TEXT_STATE "normal"
#define DEF_TEXT_TABS ""
#define DEF_TEXT_TABSTYLE "tabular"