File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -486,7 +486,6 @@ pgtk_iconify_frame (struct frame *f)
486
486
SET_FRAME_ICONIFIED (f , true);
487
487
SET_FRAME_VISIBLE (f , 0 );
488
488
489
- gdk_flush ();
490
489
unblock_input ();
491
490
}
492
491
@@ -521,8 +520,6 @@ pgtk_make_frame_visible (struct frame *f)
521
520
gtk_widget_show (win );
522
521
gtk_window_deiconify (GTK_WINDOW (win ));
523
522
524
- gdk_flush ();
525
-
526
523
if (FLOATP (Vpgtk_wait_for_event_timeout )) {
527
524
guint msec = (guint ) (XFLOAT_DATA (Vpgtk_wait_for_event_timeout ) * 1000 );
528
525
int found = 0 ;
@@ -550,7 +547,6 @@ pgtk_make_frame_invisible (struct frame *f)
550
547
GtkWidget * win = FRAME_OUTPUT_DATA (f )-> widget ;
551
548
552
549
gtk_widget_hide (win );
553
- gdk_flush ();
554
550
555
551
SET_FRAME_VISIBLE (f , 0 );
556
552
SET_FRAME_ICONIFIED (f , false);
@@ -3284,9 +3280,6 @@ pgtk_hide_hourglass(struct frame *f)
3284
3280
static void
3285
3281
pgtk_flush_display (struct frame * f )
3286
3282
{
3287
- block_input ();
3288
- gdk_flush ();
3289
- unblock_input ();
3290
3283
}
3291
3284
3292
3285
extern frame_parm_handler pgtk_frame_parm_handlers [];
You can’t perform that action at this time.
0 commit comments