When attempting to build any of the Examples on Fedora Linux 44 (KDE Edition). I get thrown this error:
SwiftOpenUI/Sources/Backend/GTK4/Rendering/GTK4Backend.swift:580:47: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope. I've found that replacing G_APPLICATION_DEFAULT_FLAGS with GApplicationFlags(rawValue: 0) (which seems to be what the default is anyway) fixes this. Should I open a PR about this or would you just make the (rather trivial) change?
When attempting to build any of the Examples on Fedora Linux 44 (KDE Edition). I get thrown this error:
SwiftOpenUI/Sources/Backend/GTK4/Rendering/GTK4Backend.swift:580:47: error: cannot find 'G_APPLICATION_DEFAULT_FLAGS' in scope. I've found that replacingG_APPLICATION_DEFAULT_FLAGSwithGApplicationFlags(rawValue: 0)(which seems to be what the default is anyway) fixes this. Should I open a PR about this or would you just make the (rather trivial) change?