Modes must explicitly declare support for execution without a matching entry
This commit is contained in:
@@ -126,3 +126,7 @@ const char** wofi_dmenu_get_arg_names(void) {
|
||||
size_t wofi_dmenu_get_arg_count(void) {
|
||||
return sizeof(arg_names) / sizeof(char*);
|
||||
}
|
||||
|
||||
bool wofi_dmenu_no_entry(void) {
|
||||
return true;
|
||||
}
|
||||
|
@@ -168,3 +168,7 @@ const char** wofi_run_get_arg_names(void) {
|
||||
size_t wofi_run_get_arg_count(void) {
|
||||
return sizeof(arg_names) / sizeof(char*);
|
||||
}
|
||||
|
||||
bool wofi_run_no_entry(void) {
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user