diff options
author | Kevin Walzer <kw@codebykevin.com> | 2019-09-29 01:35:11 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2019-09-29 01:35:11 (GMT) |
commit | 986dfecd5ca69082f4cacdad5d3765cb2ec4751b (patch) | |
tree | 78de5f489d9cde4cc8ad430081d35acc3e57853c /unix | |
parent | 498193093bc985ea1e5a088a808e90b9addc7fc3 (diff) | |
parent | 5fbc1190fdaf5ac2493686973878c1221bf37505 (diff) | |
download | tk-986dfecd5ca69082f4cacdad5d3765cb2ec4751b.zip tk-986dfecd5ca69082f4cacdad5d3765cb2ec4751b.tar.gz tk-986dfecd5ca69082f4cacdad5d3765cb2ec4751b.tar.bz2 |
Merge core-8-6-branch
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkUnixDefault.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/unix/tkUnixDefault.h b/unix/tkUnixDefault.h index 6ca0b6f..f2c119b 100644 --- a/unix/tkUnixDefault.h +++ b/unix/tkUnixDefault.h @@ -511,9 +511,19 @@ * Defaults for canvas text: */ +#define DEF_CANVTEXT_FILL BLACK #define DEF_CANVTEXT_FONT "TkDefaultFont" /* + * Defaults for canvas items + * (arcs, bitmaps, lines, polygons, rectangles, and ovals): + */ + +#define DEF_CANVBMAP_FG BLACK +#define DEF_CANVITEM_OUTLINE BLACK +#define DEF_CANVLINE_FILL DEF_CANVITEM_OUTLINE + +/* * Defaults for toplevels (most of the defaults for frames also apply * to toplevels): */ |