diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2016-12-06 21:54:11 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2016-12-06 21:54:11 +0000 |
commit | 27c703db4131b7cc15d2466836e02ec50ed8aaaf (patch) | |
tree | 1bb3db8822a9255997b5a7b73b6aeb39bae5b1f3 /app/cwm/calmwm.h | |
parent | e33376f221ef1e77fe9de423c5f06b4b2f0f63a3 (diff) |
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 'app/cwm/calmwm.h')
-rw-r--r-- | app/cwm/calmwm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/cwm/calmwm.h b/app/cwm/calmwm.h index 61079bc78..d86408e4c 100644 --- a/app/cwm/calmwm.h +++ b/app/cwm/calmwm.h @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.h,v 1.335 2016/12/01 20:28:19 okan Exp $ + * $OpenBSD: calmwm.h,v 1.336 2016/12/06 21:54:10 okan Exp $ */ #ifndef _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); |