We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d4726 commit ae9815aCopy full SHA for ae9815a
DefineOptions.cmake
@@ -45,7 +45,7 @@ else ()
45
endif ()
46
47
if(APPLE)
48
- option(USE_MAC_INTEGRATION "Enable macOS integration" ON)
+ option(USE_MAC_INTEGRATION "Enable macOS integration" OFF)
49
else(APPLE)
50
set(USE_MAC_INTEGRATION OFF)
51
endif(APPLE)
src/gui/gtk.c
@@ -56,7 +56,7 @@
56
#ifdef MAC_INTEGRATION
57
#include <gtkosxapplication.h>
58
#endif
59
-#ifdef GDK_WINDOWING_QUARTZ
+#ifdef __APPLE__
60
#include "osx/osx.h"
61
62
#ifdef _WIN32
0 commit comments