comparison src/xterm.c @ 90614:8dd8c8286063

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 460-475) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 145-152) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-118
author Miles Bader <miles@gnu.org>
date Sun, 15 Oct 2006 02:54:13 +0000
parents a1a25ac6c88a 0266829c1021
children 2763aeb751dc
comparison
equal deleted inserted replaced
90613:7a2fdfcc7f71 90614:8dd8c8286063
8636 x_check_expected_move (f, expected_left, expected_top) 8636 x_check_expected_move (f, expected_left, expected_top)
8637 struct frame *f; 8637 struct frame *f;
8638 int expected_left; 8638 int expected_left;
8639 int expected_top; 8639 int expected_top;
8640 { 8640 {
8641 int count = 0, current_left = 0, current_top = 0; 8641 int current_left = 0, current_top = 0;
8642 8642
8643 /* x_real_positions returns the left and top offsets of the outermost 8643 /* x_real_positions returns the left and top offsets of the outermost
8644 window manager window around the frame. */ 8644 window manager window around the frame. */
8645 8645
8646 x_real_positions (f, &current_left, &current_top); 8646 x_real_positions (f, &current_left, &current_top);