summaryrefslogtreecommitdiffstats
path: root/macosx/ttkMacOSXTheme.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-14 10:33:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-14 10:33:31 (GMT)
commitad861a0433fe3325ce081e6df2b40ed7fd670fe9 (patch)
tree4c15e7bb088670fff60971576f04371634ec0c66 /macosx/ttkMacOSXTheme.c
parent19013242170fcb53f480c10a5ca48578456d2f1b (diff)
downloadtk-ad861a0433fe3325ce081e6df2b40ed7fd670fe9.zip
tk-ad861a0433fe3325ce081e6df2b40ed7fd670fe9.tar.gz
tk-ad861a0433fe3325ce081e6df2b40ed7fd670fe9.tar.bz2
Prevent the usage of the term safe/unsafe child
Diffstat (limited to 'macosx/ttkMacOSXTheme.c')
-rw-r--r--macosx/ttkMacOSXTheme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/ttkMacOSXTheme.c b/macosx/ttkMacOSXTheme.c
index a9c2195..3541dd8 100644
--- a/macosx/ttkMacOSXTheme.c
+++ b/macosx/ttkMacOSXTheme.c
@@ -2148,7 +2148,7 @@ static void TrackElementDraw(
* HIThemeTrackDrawInfo uses 2-byte alignment; assigning to a separate
* bounds variable avoids UBSan (-fsanitize=alignment) complaints.
*/
-
+
CGRect bounds = BoxToRect(d, b);
HIThemeTrackDrawInfo info = {
.version = 0,