Mercurial > emacs
comparison src/xterm.c @ 107005:fb234c5a45ed
Merge from trunk
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Thu, 07 Jan 2010 21:54:07 +0800 |
parents | fa4743217572 |
children | 21fd634f447a |
comparison
equal
deleted
inserted
replaced
107004:664aa528b94c | 107005:fb234c5a45ed |
---|---|
2949 | 2949 |
2950 /* We have to clear the scroll bars, too. If we have changed | 2950 /* We have to clear the scroll bars, too. If we have changed |
2951 colors or something like that, then they should be notified. */ | 2951 colors or something like that, then they should be notified. */ |
2952 x_scroll_bar_clear (f); | 2952 x_scroll_bar_clear (f); |
2953 | 2953 |
2954 #if defined (USE_GTK) && defined (USE_TOOLKIT_SCROLL_BARS) | |
2955 /* Make sure scroll bars are redrawn. As they aren't redrawn by | |
2956 redisplay, do it here. */ | |
2957 gtk_widget_queue_draw (FRAME_GTK_WIDGET (f)); | |
2958 #endif | |
2959 | |
2954 XFlush (FRAME_X_DISPLAY (f)); | 2960 XFlush (FRAME_X_DISPLAY (f)); |
2955 | 2961 |
2956 UNBLOCK_INPUT; | 2962 UNBLOCK_INPUT; |
2957 } | 2963 } |
2958 | 2964 |