diff src/gui.c @ 62:4a6de0783bb5

updated for version 7.0030
author vimboss
date Tue, 04 Jan 2005 21:19:20 +0000
parents c75153d791d0
children 014ba200db86
line wrap: on
line diff
--- a/src/gui.c
+++ b/src/gui.c
@@ -1218,10 +1218,6 @@ gui_resize_shell(pixel_width, pixel_heig
 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)