From 45c70cbecf980769ec5cda10e1186bf3d7dcb580 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Wed, 1 Mar 2017 09:57:54 +0100 Subject: Allow modes to set message box, instead of view creation argument. --- include/view.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/view.h') diff --git a/include/view.h b/include/view.h index 817aeedb..ca3a5721 100644 --- a/include/view.h +++ b/include/view.h @@ -33,7 +33,6 @@ typedef enum /** * @param sw the Mode to show. * @param input A pointer to a string where the inputted data is placed. - * @param message Extra message to display. * @param flags Flags indicating state of the menu. * @param finalize the finailze callback * @@ -41,7 +40,7 @@ typedef enum * * @returns The command issued (see MenuReturn) */ -RofiViewState *rofi_view_create ( Mode *sw, const char *input, const char *message, MenuFlags flags, void ( *finalize )( RofiViewState * ) ); +RofiViewState *rofi_view_create ( Mode *sw, const char *input, MenuFlags flags, void ( *finalize )( RofiViewState * ) ); /** * @param state The Menu Handle -- cgit v1.2.3