From 01ce909c9773ba2d623e704deeddcdabc18f0498 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Wed, 1 Jun 2016 07:34:41 +0200 Subject: Update some headers. --- source/view.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'source/view.c') 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 ) { -- cgit v1.2.3