From ea4118fa451c95ed9dba52d3eb5275c66dfd410b Mon Sep 17 00:00:00 2001 From: salivala Date: Tue, 11 Nov 2025 12:46:51 -0500 Subject: [PATCH] updated func sig --- src/dispatch/bind_define.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispatch/bind_define.h b/src/dispatch/bind_define.h index 50889130..1f4af19f 100644 --- a/src/dispatch/bind_define.h +++ b/src/dispatch/bind_define.h @@ -810,7 +810,7 @@ int spawn_on_empty(const Arg *arg) { return 0; } -comboview_spawn_on_empty(const Arg *arg) { +int comboview_spawn_on_empty(const Arg *arg) { unsigned int newtags = arg->ui & TAGMASK; bool is_empty = true; Client *c = NULL;