aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 5feea82f3c1..0c15e6a5fdc 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -5343,6 +5343,11 @@ x_clear_frame ()
5343 x_scroll_bar_clear (f); 5343 x_scroll_bar_clear (f);
5344 5344
5345 XFlush (FRAME_X_DISPLAY (f)); 5345 XFlush (FRAME_X_DISPLAY (f));
5346
5347#ifdef USE_GTK
5348 xg_frame_cleared (f);
5349#endif
5350
5346 UNBLOCK_INPUT; 5351 UNBLOCK_INPUT;
5347} 5352}
5348 5353