From 41e633acf5d08cbd8976771bd2b74f14abda3969 Mon Sep 17 00:00:00 2001 From: nicm Date: Sun, 16 Oct 2016 22:06:40 +0000 Subject: Use the notify name string instead of going via an enum and change existing hooks to use notifys instead. --- cmd-split-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd-split-window.c') diff --git a/cmd-split-window.c b/cmd-split-window.c index 527581b7..0d4af51e 100644 --- a/cmd-split-window.c +++ b/cmd-split-window.c @@ -178,7 +178,7 @@ cmd_split_window_exec(struct cmd *self, struct cmdq_item *item) format_free(ft); } - notify_window_layout_changed(w); + notify_window("window-layout-changed", w); if (to_free != NULL) free((void *)to_free); -- cgit