Skip to content

Commit 51580cd

Browse files
Jeff Walshfejfighter
authored andcommitted
Don't queue redraw on update finish, it's not required
1 parent ce4e7bb commit 51580cd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/pgtkterm.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2955,13 +2955,6 @@ pgtk_update_end (struct frame *f)
29552955
{
29562956
/* Mouse highlight may be displayed again. */
29572957
MOUSE_HL_INFO (f)->mouse_face_defer = false;
2958-
2959-
if (FRAME_CR_SURFACE (f))
2960-
{
2961-
block_input();
2962-
gtk_widget_queue_draw(FRAME_GTK_WIDGET(f));
2963-
unblock_input ();
2964-
}
29652958
}
29662959

29672960
/* Return the current position of the mouse.

0 commit comments

Comments
 (0)