Mercurial > emacs
comparison src/macmenu.c @ 68920:fb48cce09e61
(set_frame_menubar): Don't call DrawMenuBar.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Wed, 15 Feb 2006 08:41:50 +0000 |
parents | 3bd95f4f2941 |
children | 03e41ed4f4d9 9e490faa9f6b |
comparison
equal
deleted
inserted
replaced
68919:82552609c524 | 68920:fb48cce09e61 |
---|---|
1699 } | 1699 } |
1700 } | 1700 } |
1701 | 1701 |
1702 fill_menubar (first_wv->contents); | 1702 fill_menubar (first_wv->contents); |
1703 | 1703 |
1704 DrawMenuBar (); | |
1705 | |
1706 /* Add event handler so we can detect C-g. */ | 1704 /* Add event handler so we can detect C-g. */ |
1707 install_menu_quit_handler (NULL); | 1705 install_menu_quit_handler (NULL); |
1708 free_menubar_widget_value_tree (first_wv); | 1706 free_menubar_widget_value_tree (first_wv); |
1709 | 1707 |
1710 UNBLOCK_INPUT; | 1708 UNBLOCK_INPUT; |