apprt/gtk-ng: fix merge conflict

This commit is contained in:
Mitchell Hashimoto
2025-07-17 10:00:05 -07:00
parent 562bd7e458
commit b2fe9fd7db

View File

@ -779,7 +779,7 @@ const Action = struct {
/// given the runtime environment or configuration. /// given the runtime environment or configuration.
/// ///
/// This must be called BEFORE GTK initialization. /// This must be called BEFORE GTK initialization.
fn setGtkEnv(config: *const Config) error{NoSpaceLeft}!void { fn setGtkEnv(config: *const CoreConfig) error{NoSpaceLeft}!void {
assert(gtk.isInitialized() == 0); assert(gtk.isInitialized() == 0);
var gdk_debug: struct { var gdk_debug: struct {