apprt/gtk-ng: fix merge conflict
parent
562bd7e458
commit
b2fe9fd7db
|
|
@ -779,7 +779,7 @@ const Action = struct {
|
|||
/// given the runtime environment or configuration.
|
||||
///
|
||||
/// 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);
|
||||
|
||||
var gdk_debug: struct {
|
||||
|
|
|
|||
Loading…
Reference in New Issue