comparison src/gui.c @ 894:edb3bc186e97 v7.0.020

updated for version 7.0-020
author vimboss
date Tue, 20 Jun 2006 18:39:51 +0000
parents af98ef7f5a39
children 4fb859cd9ba9
comparison
equal deleted inserted replaced
893:bf7803d0f5b9 894:edb3bc186e97
4513 gui_mouse_moved(x, y) 4513 gui_mouse_moved(x, y)
4514 int x; 4514 int x;
4515 int y; 4515 int y;
4516 { 4516 {
4517 win_T *wp; 4517 win_T *wp;
4518 char_u st[6]; 4518 char_u st[8];
4519 4519
4520 /* Ignore this while still starting up. */ 4520 /* Ignore this while still starting up. */
4521 if (!gui.in_use || gui.starting) 4521 if (!gui.in_use || gui.starting)
4522 return; 4522 return;
4523 4523