From d52d8de296f7acabf8cfcee4e8a8e67332b2f2b6 Mon Sep 17 00:00:00 2001 From: James Crook Date: Fri, 23 Jun 2017 13:16:19 +0100 Subject: [PATCH] Use 32x32 cursors on Mac. --- images/Cursors.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/images/Cursors.h b/images/Cursors.h index b10a818e6..c8feafd90 100644 --- a/images/Cursors.h +++ b/images/Cursors.h @@ -1,9 +1,6 @@ -// Mac only supports 16x16 pixel cursors. -#ifdef __WXMAC__ -#define CURSORS_SIZE16 -#else +// Mac, Win and Linux all support 32 x 32 cursors now. + #define CURSORS_SIZE32 -#endif #ifdef CURSORS_SIZE32