mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-22 07:15:19 +00:00
gtk: nuke the legacy apprt from orbit
We don't really have any large outstanding regressions on -ng to warrant keeping this alive anymore. ¡Adiós!
This commit is contained in:
@@ -744,7 +744,7 @@ pub const Action = union(enum) {
|
||||
|
||||
/// Make this a valid gobject if we're in a GTK environment.
|
||||
pub const getGObjectType = switch (build_config.app_runtime) {
|
||||
.gtk, .@"gtk-ng" => @import("gobject").ext.defineBoxed(
|
||||
.@"gtk-ng" => @import("gobject").ext.defineBoxed(
|
||||
Action,
|
||||
.{ .name = "GhosttyBindingAction" },
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user