1
0
forked from aniani/vim

updated for version 7.0030

This commit is contained in:
Bram Moolenaar
2005-01-04 21:19:20 +00:00
parent 2317284d1b
commit c83c455ee7
3 changed files with 1 additions and 43 deletions

View File

@@ -1218,10 +1218,6 @@ gui_resize_shell(pixel_width, pixel_height)
again:
busy = TRUE;
#ifdef FEAT_GUI_BEOS
vim_lock_screen();
#endif
/* Flush pending output before redrawing */
out_flush();
@@ -1248,10 +1244,6 @@ again:
|| gui.num_rows != Rows || gui.num_cols != Columns)
shell_resized();
#ifdef FEAT_GUI_BEOS
vim_unlock_screen();
#endif
gui_update_scrollbars(TRUE);
gui_update_cursor(FALSE, TRUE);
#if defined(FEAT_XIM) && !defined(HAVE_GTK2)