mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-19 18:26:13 +03:00
apprt/gtk-ng: fix merge conflict
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user