forked from aniani/vim
updated for version 7.0030
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user