We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4e7bb commit 51580cdCopy full SHA for 51580cd
src/pgtkterm.c
@@ -2955,13 +2955,6 @@ pgtk_update_end (struct frame *f)
2955
{
2956
/* Mouse highlight may be displayed again. */
2957
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
- }
2965
}
2966
2967
/* Return the current position of the mouse.
0 commit comments