summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-04 09:27:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-04 09:27:21 (GMT)
commit94d80d3e248cdbdddfbb76b7070abdfaaa5a8648 (patch)
tree26610a20969bd5b4fa95c33048469099780d9d26 /win
parent9840be13ed8bf8995b4969c0d99d82f3f1c93357 (diff)
downloadtk-94d80d3e248cdbdddfbb76b7070abdfaaa5a8648.zip
tk-94d80d3e248cdbdddfbb76b7070abdfaaa5a8648.tar.gz
tk-94d80d3e248cdbdddfbb76b7070abdfaaa5a8648.tar.bz2
Remove DEF_CANVLINE_FILL/DEF_CANVTEXT_FILL, since the default fill value (according the documentation) is {}. This has no visible effect.
Modify canvas items demo, so it can be run on wish8.5 (for visual comparison)
Diffstat (limited to 'win')
-rw-r--r--win/tkWinDefault.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/win/tkWinDefault.h b/win/tkWinDefault.h
index be41bb6..852de02 100644
--- a/win/tkWinDefault.h
+++ b/win/tkWinDefault.h
@@ -515,7 +515,6 @@
* Defaults for canvas text:
*/
-#define DEF_CANVTEXT_FILL NORMAL_FG
#define DEF_CANVTEXT_FONT "TkDefaultFont"
/*
@@ -525,7 +524,6 @@
#define DEF_CANVBMAP_FG NORMAL_FG
#define DEF_CANVITEM_OUTLINE NORMAL_FG
-#define DEF_CANVLINE_FILL DEF_CANVITEM_OUTLINE
/*
* Defaults for toplevels (most of the defaults for frames also apply