mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-05 06:47:12 -04:00
updated func sig
This commit is contained in:
parent
e1dc0c5b61
commit
ea4118fa45
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue