summaryrefslogtreecommitdiffstats
path: root/macosx/ttkMacOSXTheme.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-24 21:01:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-24 21:01:04 (GMT)
commitc2eaef98e73b309df7c2e262fc0c982a634d0f9d (patch)
tree358e45d71a9f62548cc8770fb3f2bb2a6bf30b81 /macosx/ttkMacOSXTheme.c
parentc1d2b9d95856fe913236eec23533b0bd522726d3 (diff)
downloadtk-c2eaef98e73b309df7c2e262fc0c982a634d0f9d.zip
tk-c2eaef98e73b309df7c2e262fc0c982a634d0f9d.tar.gz
tk-c2eaef98e73b309df7c2e262fc0c982a634d0f9d.tar.bz2
Add 7 X11 functions to the aqua stub table, which makes them accessable to stubbed extensions.
They were defined in tkMacOSXPort.h as macro's, which is not 'right'
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 2cbaeaa..4f9c044 100644
--- a/macosx/ttkMacOSXTheme.c
+++ b/macosx/ttkMacOSXTheme.c
@@ -1064,7 +1064,7 @@ static void DrawDarkFocusRing(
{
CGRect insetBounds = CGRectInset(bounds, -3, -3);
CHECK_RADIUS(4, insetBounds)
-
+
NSColorSpace *deviceRGB = [NSColorSpace deviceRGBColorSpace];
NSColor *strokeColor;
NSColor *fillColor = [NSColor colorWithColorSpace:deviceRGB