updated func sig

This commit is contained in:
salivala 2025-11-11 12:46:51 -05:00
parent e1dc0c5b61
commit ea4118fa45

View file

@ -810,7 +810,7 @@ int spawn_on_empty(const Arg *arg) {
return 0; return 0;
} }
comboview_spawn_on_empty(const Arg *arg) { int comboview_spawn_on_empty(const Arg *arg) {
unsigned int newtags = arg->ui & TAGMASK; unsigned int newtags = arg->ui & TAGMASK;
bool is_empty = true; bool is_empty = true;
Client *c = NULL; Client *c = NULL;