aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorJoakim Verona2011-11-22 15:46:22 +0100
committerJoakim Verona2011-11-22 15:46:22 +0100
commita9c1e05adddf6011c61c0df582c5f2ed423f35c8 (patch)
tree489fac119296416ba2f3530fd3bcb70efbbbdaa6 /src/xterm.c
parent40bb789236e486a3f36eefb2840c293369ce2af3 (diff)
parentb5afc20930c91159a1cbf629bcaa7e251653dc74 (diff)
downloademacs-a9c1e05adddf6011c61c0df582c5f2ed423f35c8.tar.gz
emacs-a9c1e05adddf6011c61c0df582c5f2ed423f35c8.zip
upstream
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/xterm.c b/src/xterm.c
index f8af8ae3df0..f750c00cea0 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -2972,9 +2972,7 @@ x_clear_frame (struct frame *f)
2972 follow an explicit cursor_to. */ 2972 follow an explicit cursor_to. */
2973 BLOCK_INPUT; 2973 BLOCK_INPUT;
2974 2974
2975 /* The following call is commented out because it does not seem to accomplish 2975 XClearWindow (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f));
2976 anything, apart from causing flickering during window resize. */
2977 /* XClearWindow (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f)); */
2978 2976
2979 /* We have to clear the scroll bars. If we have changed colors or 2977 /* We have to clear the scroll bars. If we have changed colors or
2980 something like that, then they should be notified. */ 2978 something like that, then they should be notified. */
@@ -4193,7 +4191,7 @@ static Boolean xaw3d_arrow_scroll;
4193 4191
4194/* Whether the drag scrolling maintains the mouse at the top of the 4192/* Whether the drag scrolling maintains the mouse at the top of the
4195 thumb. If not, resizing the thumb needs to be done more carefully 4193 thumb. If not, resizing the thumb needs to be done more carefully
4196 to avoid jerkyness. */ 4194 to avoid jerkiness. */
4197 4195
4198static Boolean xaw3d_pick_top; 4196static Boolean xaw3d_pick_top;
4199 4197
@@ -8779,7 +8777,7 @@ x_wait_for_event (struct frame *f, int eventtype)
8779 pending_event_wait.f = f; 8777 pending_event_wait.f = f;
8780 pending_event_wait.eventtype = eventtype; 8778 pending_event_wait.eventtype = eventtype;
8781 8779
8782 /* Set timeout to 0.1 second. Hopefully not noticable. 8780 /* Set timeout to 0.1 second. Hopefully not noticeable.
8783 Maybe it should be configurable. */ 8781 Maybe it should be configurable. */
8784 EMACS_SET_SECS_USECS (tmo, 0, 100000); 8782 EMACS_SET_SECS_USECS (tmo, 0, 100000);
8785 EMACS_GET_TIME (tmo_at); 8783 EMACS_GET_TIME (tmo_at);