comparison src/xterm.c @ 90260:0ca0d9181b5e

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 598-615) - Update from CVS - Remove lisp/toolbar directory - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 142-146) - Update from CVS
author Miles Bader <miles@gnu.org>
date Mon, 16 Jan 2006 06:59:21 +0000
parents 5e2d3828e89f a96ce8c249cd
children 7beb78bc1f8e
comparison
equal deleted inserted replaced
90259:a3ba65547f84 90260:0ca0d9181b5e
8098 8098
8099 void 8099 void
8100 x_calc_absolute_position (f) 8100 x_calc_absolute_position (f)
8101 struct frame *f; 8101 struct frame *f;
8102 { 8102 {
8103 int win_x = 0, win_y = 0;
8104 int flags = f->size_hint_flags; 8103 int flags = f->size_hint_flags;
8105 8104
8106 /* We have nothing to do if the current position 8105 /* We have nothing to do if the current position
8107 is already for the top-left corner. */ 8106 is already for the top-left corner. */
8108 if (! ((flags & XNegative) || (flags & YNegative))) 8107 if (! ((flags & XNegative) || (flags & YNegative)))