0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.2-184

This commit is contained in:
Bram Moolenaar
2009-05-21 21:27:43 +00:00
parent 32f31b1a0f
commit 4bdbbf7066
16 changed files with 373 additions and 369 deletions

View File

@@ -3119,7 +3119,7 @@ static int prev_which_scrollbars[3];
*/
void
gui_init_which_components(oldval)
char_u *oldval;
char_u *oldval UNUSED;
{
#ifdef FEAT_MENU
static int prev_menu_is_active = -1;
@@ -4668,8 +4668,8 @@ gui_mouse_correct()
*/
static win_T *
xy2win(x, y)
int x;
int y;
int x UNUSED;
int y UNUSED;
{
#ifdef FEAT_WINDOWS
int row;
@@ -5121,8 +5121,8 @@ gui_wingoto_xy(x, y)
*/
void
gui_handle_drop(x, y, modifiers, fnames, count)
int x;
int y;
int x UNUSED;
int y UNUSED;
int_u modifiers;
char_u **fnames;
int count;