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 b282b7e commit bd140d5Copy full SHA for bd140d5
Sources/Gtk3Backend/Gtk3Backend.swift
@@ -87,7 +87,9 @@ public final class Gtk3Backend: AppBackend {
87
guint(GTK_STYLE_PROVIDER_PRIORITY_APPLICATION)
88
)
89
90
- Self.mainRunLoopTicklingLoop()
+ #if !os(macOS)
91
+ Self.mainRunLoopTicklingLoop()
92
+ #endif
93
}
94
95
Sources/GtkBackend/GtkBackend.swift
@@ -64,7 +64,9 @@ public final class GtkBackend: AppBackend {
64
self.precreatedWindow = window
65
callback()
66
67
68
69
70
71
72
0 commit comments