From 58e3960abea3b48594f3ff948a1741a590959341 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 28 Nov 2025 15:09:22 -0800 Subject: [PATCH] apprt/gtk: note layouts unimplemented --- src/apprt/gtk/class/application.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apprt/gtk/class/application.zig b/src/apprt/gtk/class/application.zig index cc070240c..a61f7d5e5 100644 --- a/src/apprt/gtk/class/application.zig +++ b/src/apprt/gtk/class/application.zig @@ -728,6 +728,7 @@ pub const Application = extern struct { .command_finished => return Action.commandFinished(target, value), // Unimplemented + .new_window_layout, .secure_input, .close_all_windows, .float_window,