comparison src/gui.c @ 771:c0f1b710ce07

updated for version 7.0226
author vimboss
date Thu, 16 Mar 2006 21:35:52 +0000
parents ef3b59af4207
children b5aed52a4881
comparison
equal deleted inserted replaced
770:f30c8ac7741c 771:c0f1b710ce07
4392 int y; 4392 int y;
4393 { 4393 {
4394 win_T *wp; 4394 win_T *wp;
4395 char_u st[6]; 4395 char_u st[6];
4396 4396
4397 /* Ignore this while still starting up. */
4398 if (!gui.in_use || gui.starting)
4399 return;
4400
4397 #ifdef FEAT_MOUSESHAPE 4401 #ifdef FEAT_MOUSESHAPE
4398 /* Get window pointer, and update mouse shape as well. */ 4402 /* Get window pointer, and update mouse shape as well. */
4399 wp = xy2win(x, y); 4403 wp = xy2win(x, y);
4400 #endif 4404 #endif
4401 4405