comparison src/macterm.c @ 82340:c0011ad9af50

(mac_handle_window_event) [USE_MAC_TOOLBAR]: Fix last change.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Thu, 09 Aug 2007 09:38:59 +0000
parents 8400bd6255ef
children 328a50c8203c
comparison
equal deleted inserted replaced
82339:b61c59d1341c 82340:c0011ad9af50
10721 window has a Carbon HIToolbar. */ 10721 window has a Carbon HIToolbar. */
10722 if ((f->left_pos == sf->left_pos 10722 if ((f->left_pos == sf->left_pos
10723 && f->top_pos == sf->top_pos) 10723 && f->top_pos == sf->top_pos)
10724 || (f->left_pos == sf->left_pos + 10 * 2 10724 || (f->left_pos == sf->left_pos + 10 * 2
10725 && f->top_pos == sf->top_pos + 32 * 2)) 10725 && f->top_pos == sf->top_pos + 32 * 2))
10726 MoveWindowStructure (wp, f->left_pos + 10, f->top_pos + 32); 10726 MoveWindowStructure (wp, sf->left_pos + 10, sf->top_pos + 32);
10727 #endif 10727 #endif
10728 } 10728 }
10729 result = noErr; 10729 result = noErr;
10730 } 10730 }
10731 break; 10731 break;