From: YAMAMOTO Mitsuharu Date: Thu, 9 Aug 2007 09:38:59 +0000 (+0000) Subject: (mac_handle_window_event) [USE_MAC_TOOLBAR]: Fix last change. X-Git-Tag: emacs-pretest-23.0.90~11538 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=021035a85a6ba433ca48ca6f108daa0322a153ba;p=emacs.git (mac_handle_window_event) [USE_MAC_TOOLBAR]: Fix last change. --- diff --git a/src/macterm.c b/src/macterm.c index 7d6934b806b..d0b3ac8f635 100644 --- a/src/macterm.c +++ b/src/macterm.c @@ -10723,7 +10723,7 @@ mac_handle_window_event (next_handler, event, data) && f->top_pos == sf->top_pos) || (f->left_pos == sf->left_pos + 10 * 2 && f->top_pos == sf->top_pos + 32 * 2)) - MoveWindowStructure (wp, f->left_pos + 10, f->top_pos + 32); + MoveWindowStructure (wp, sf->left_pos + 10, sf->top_pos + 32); #endif } result = noErr;