# HG changeset patch # User Pavel Jank # Date 1023915244 0 # Node ID 4b23b784713dcfd930d9eb8b474393f244bc72ef # Parent dc6ce0d4a650b0d63a78a6c4b8832b214a31a610 Remove declaration of Qmouse_click and Qevent_kind. diff -r dc6ce0d4a650 -r 4b23b784713d src/macmenu.c --- a/src/macmenu.c Wed Jun 12 20:52:40 2002 +0000 +++ b/src/macmenu.c Wed Jun 12 20:54:04 2002 +0000 @@ -176,7 +176,6 @@ Lisp_Object Qdebug_on_next_call; extern Lisp_Object Qmenu_bar; -extern Lisp_Object Qmouse_click, Qevent_kind; extern Lisp_Object QCtoggle, QCradio; @@ -956,7 +955,7 @@ /* Activate the menu bar of frame F. This is called from keyboard.c when it gets the - menu_bar_activate_event out of the Emacs event queue. + MENU_BAR_ACTIVATE_EVENT out of the Emacs event queue. To activate the menu bar, we signal to the input thread that it can return from the WM_INITMENU message, allowing the normal Windows