From 2f388288e904c44b4737aef6b5a111843c78f8df Mon Sep 17 00:00:00 2001 From: fvogel Date: Sun, 10 Dec 2017 22:23:58 +0000 Subject: Fix [b776266330]: macOS: tk busy hold . -cursor arrow triggers error - 'busy' tests fail --- generic/tkBusy.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/generic/tkBusy.c b/generic/tkBusy.c index b36d453..a5948a9 100644 --- a/generic/tkBusy.c +++ b/generic/tkBusy.c @@ -22,11 +22,9 @@ */ static const Tk_OptionSpec busyOptionSpecs[] = { -#ifndef MAC_OSX_TK {TK_OPTION_CURSOR, "-cursor", "cursor", "Cursor", DEF_BUSY_CURSOR, -1, Tk_Offset(Busy, cursor), TK_OPTION_NULL_OK, 0, 0}, -#endif {TK_OPTION_END, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0} }; -- cgit v0.12