summaryrefslogtreecommitdiffstats
path: root/include/view.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-01 09:57:54 +0100
committerDave Davenport <qball@gmpclient.org>2017-03-01 09:57:54 +0100
commit45c70cbecf980769ec5cda10e1186bf3d7dcb580 (patch)
tree6f226bd82cc54a4aad62a75048e8329510eb28b6 /include/view.h
parent8aac855fe045bc3e388dc888b01ed3438522f0f8 (diff)
Allow modes to set message box, instead of view creation argument.
Diffstat (limited to 'include/view.h')
-rw-r--r--include/view.h3
1 files changed, 1 insertions, 2 deletions
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