1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 23:59:37 +02:00

Use 32x32 cursors on Mac.

This commit is contained in:
James Crook 2017-06-23 13:16:19 +01:00
parent de7072709f
commit d52d8de296

View File

@ -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