summaryrefslogtreecommitdiffstats
path: root/source/view.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-06-01 07:34:41 +0200
committerDave Davenport <qball@gmpclient.org>2016-06-01 07:34:41 +0200
commit01ce909c9773ba2d623e704deeddcdabc18f0498 (patch)
tree33c908fcbff6cc649144c0f2dab372eb3630871d /source/view.c
parent96baa5d0b2fc6a1d7657114c666dad91e90aaa1b (diff)
Update some headers.
Diffstat (limited to 'source/view.c')
-rw-r--r--source/view.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/source/view.c b/source/view.c
index ea53f2b5..f72b32fe 100644
--- a/source/view.c
+++ b/source/view.c
@@ -180,10 +180,7 @@ static void menu_capture_screenshot ( void )
}
/**
- * @param state the state of the View.
- * @param mon the work area.
- *
- * Calculates the window poslition
+ * Calculates the window position
*/
static void calculate_window_position ( void )
{
@@ -1111,10 +1108,9 @@ static void rofi_view_paste ( RofiViewState *state, xcb_selection_notify_event_t
/**
* @param state Internal state of the menu.
- * @param key the Key being pressed.
- * @param modstate the modifier state.
+ * @param action The action to perform.
*
- * Keyboard navigation through the elements.
+ * Perform keyboard navigation action.
*/
static void rofi_view_keyboard_navigation ( RofiViewState *state, KeyBindingAction action )
{