diff options
author | marc_culler <marc.culler@gmail.com> | 2020-12-16 21:05:42 (GMT) |
---|---|---|
committer | marc_culler <marc.culler@gmail.com> | 2020-12-16 21:05:42 (GMT) |
commit | cd23bb7744ae30da1a75220c07ff6d9527270019 (patch) | |
tree | 23ac6ca6cd311f07357f857a60b34a37a93bb701 /macosx/ttkMacOSXTheme.c | |
parent | 11b82246f4a51641ec77f71bdd78312cfac9651b (diff) | |
parent | 59d5e464aca4d537b556e7d2e2a6f51267652347 (diff) | |
download | tk-cd23bb7744ae30da1a75220c07ff6d9527270019.zip tk-cd23bb7744ae30da1a75220c07ff6d9527270019.tar.gz tk-cd23bb7744ae30da1a75220c07ff6d9527270019.tar.bz2 |
Merge 8.6
Diffstat (limited to 'macosx/ttkMacOSXTheme.c')
-rw-r--r-- | macosx/ttkMacOSXTheme.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/ttkMacOSXTheme.c b/macosx/ttkMacOSXTheme.c index c842837..5f246d7 100644 --- a/macosx/ttkMacOSXTheme.c +++ b/macosx/ttkMacOSXTheme.c @@ -31,7 +31,6 @@ #include "tkMacOSXPrivate.h" #include "ttk/ttkTheme.h" -#include <math.h> /* * Macros for handling drawing contexts. @@ -2886,7 +2885,7 @@ static Ttk_ElementSpec ToolbarBackgroundElementSpec = { * +++ Field elements -- * * Used for the Treeview widget. This is like the BackgroundElement - * except that the fieldbackground color is configureable. + * except that the fieldbackground color is configurable. */ typedef struct { |