summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixDefault.h
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2016-01-12 09:46:26 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2016-01-12 09:46:26 (GMT)
commit4d2adb73a0282ab0bb23513e6e35e75d4dc5952c (patch)
treee3fa63adcd3593c816750f84f855789fd50af1c8 /unix/tkUnixDefault.h
parent980a5866d09747314f497cbb936a6b54e46ad882 (diff)
downloadtk-4d2adb73a0282ab0bb23513e6e35e75d4dc5952c.zip
tk-4d2adb73a0282ab0bb23513e6e35e75d4dc5952c.tar.gz
tk-4d2adb73a0282ab0bb23513e6e35e75d4dc5952c.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)
FossilOrigin-Name: 45baac3b272c4e6e29e99d307765d666818c105c
Diffstat (limited to 'unix/tkUnixDefault.h')
-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"