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

updated for version 7.0226

This commit is contained in:
Bram Moolenaar
2006-03-16 21:35:52 +00:00
parent cf03447964
commit d3667a2e29
10 changed files with 58 additions and 21 deletions

View File

@@ -4394,6 +4394,10 @@ gui_mouse_moved(x, y)
win_T *wp;
char_u st[6];
/* Ignore this while still starting up. */
if (!gui.in_use || gui.starting)
return;
#ifdef FEAT_MOUSESHAPE
/* Get window pointer, and update mouse shape as well. */
wp = xy2win(x, y);