Introduce a callback for cmd menu printing, special-casing 'lock' and

'term'.
This commit is contained in:
okan
2015-06-30 18:54:12 +00:00
parent c87953eb64
commit 5d8027b75d
4 changed files with 17 additions and 2 deletions

View File

@@ -449,6 +449,7 @@ void search_match_path_any(struct menu_q *, struct menu_q *,
void search_match_text(struct menu_q *, struct menu_q *,
char *);
void search_print_client(struct menu *, int);
void search_print_cmd(struct menu *, int);
struct geom screen_apply_gap(struct screen_ctx *, struct geom);
struct screen_ctx *screen_find(Window);