comparison src/w32menu.c @ 45803:9484de301252

Rename enum event_kind items.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 13 Jun 2002 14:59:38 +0000
parents 20574c51c791
children 1fb8f75062c6
comparison
equal deleted inserted replaced
45802:d4c9f3bd6dfa 45803:9484de301252
933 #endif /* HAVE_DIALOGS */ 933 #endif /* HAVE_DIALOGS */
934 } 934 }
935 935
936 /* Activate the menu bar of frame F. 936 /* Activate the menu bar of frame F.
937 This is called from keyboard.c when it gets the 937 This is called from keyboard.c when it gets the
938 menu_bar_activate_event out of the Emacs event queue. 938 MENU_BAR_ACTIVATE_EVENT out of the Emacs event queue.
939 939
940 To activate the menu bar, we signal to the input thread that it can 940 To activate the menu bar, we signal to the input thread that it can
941 return from the WM_INITMENU message, allowing the normal Windows 941 return from the WM_INITMENU message, allowing the normal Windows
942 processing of the menus. 942 processing of the menus.
943 943