summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2016-12-06 21:54:10 +0000
committerokan <okan>2016-12-06 21:54:10 +0000
commita7f2ab7497f32c6ed740b610fc8120f934a4893a (patch)
tree7f71217651d8630e374e65740df3ff58803a57fa /calmwm.h
parent89e4e7fb140a65726a9ce55179535b782e4b2d57 (diff)
downloadcwm-a7f2ab7497f32c6ed740b610fc8120f934a4893a.tar.gz
cwm-a7f2ab7497f32c6ed740b610fc8120f934a4893a.tar.xz
cwm-a7f2ab7497f32c6ed740b610fc8120f934a4893a.zip
Add search_print_text(), a default callback for mi->print in menu_filter(). While
here, normalize the remaining search_print_* argument paramters.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index 957bfea..2912662 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -449,6 +449,7 @@ void			 search_match_text(struct menu_q *, struct menu_q *,
 void			 search_print_client(struct menu *, int);
 void			 search_print_cmd(struct menu *, int);
 void			 search_print_group(struct menu *, int);
+void			 search_print_text(struct menu *, int);
 
 struct region_ctx	*region_find(struct screen_ctx *, int, int);
 struct geom		 screen_apply_gap(struct screen_ctx *, struct geom);