1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-17 16:50:26 +02:00
It wasn't using the "AQUA" theme.
This commit is contained in:
Leland Lucius 2020-02-28 15:07:09 -06:00
parent 1a2b407e89
commit 618cc966b0
2 changed files with 5 additions and 0 deletions

View File

@ -1231,6 +1231,9 @@ elseif( CMAKE_SYSTEM_NAME MATCHES "Darwin" )
"-framework CoreAudioKit" "-framework CoreAudioKit"
) )
# Use the Aqua theme
set( USE_AQUA_THEME 1 )
# Create the config file # Create the config file
set( HAVE_VISIBILITY 1 ) set( HAVE_VISIBILITY 1 )
configure_file( audacity_config.h.in private/configmac.h ) configure_file( audacity_config.h.in private/configmac.h )

View File

@ -108,3 +108,5 @@
/* We're using cygwin */ /* We're using cygwin */
#cmakedefine __CYGWIN__ 1 #cmakedefine __CYGWIN__ 1
/* Use the Aqua theme on Mac */
#cmakedefine USE_AQUA_THEME 1