comparison src/xterm.c @ 50130:66a7f2850b56

Clear frame didn't redraw scrollbars, fixed that.
author Jan Djärv <jan.h.d@swipnet.se>
date Fri, 14 Mar 2003 19:13:17 +0000
parents 2e253c47d904
children 0e12b5894d99
comparison
equal deleted inserted replaced
50129:d0142038feaa 50130:66a7f2850b56
5341 /* We have to clear the scroll bars, too. If we have changed 5341 /* We have to clear the scroll bars, too. If we have changed
5342 colors or something like that, then they should be notified. */ 5342 colors or something like that, then they should be notified. */
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
5349 5354
5350 5355