summaryrefslogtreecommitdiffstats
path: root/generic/tkBusy.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-12-10 22:23:58 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-12-10 22:23:58 (GMT)
commit2f388288e904c44b4737aef6b5a111843c78f8df (patch)
tree0b4d721f35fdb0dc99093feda4156cd5b891d8ff /generic/tkBusy.c
parentc2ce61d2afae932bb7da713a39c205aa82e65f47 (diff)
downloadtk-2f388288e904c44b4737aef6b5a111843c78f8df.zip
tk-2f388288e904c44b4737aef6b5a111843c78f8df.tar.gz
tk-2f388288e904c44b4737aef6b5a111843c78f8df.tar.bz2
Fix [b776266330]: macOS: tk busy hold . -cursor arrow triggers error - 'busy' tests fail
Diffstat (limited to 'generic/tkBusy.c')
-rw-r--r--generic/tkBusy.c2
1 files changed, 0 insertions, 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}
};