Mercurial > emacs
changeset 20040:94f90d47cff1
Pass menu handle by value.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Mon, 13 Oct 1997 18:06:22 +0000 |
parents | 83d32ee54f68 |
children | c743e52dd2b0 |
files | src/w32menu.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32menu.c Mon Oct 13 17:08:02 1997 +0000 +++ b/src/w32menu.c Mon Oct 13 18:06:22 1997 +0000 @@ -1316,7 +1316,7 @@ /* Display them in a menu. */ BLOCK_INPUT; - selection = w32menu_show (f, xpos, ypos, menu, &hmenu, &error_name); + selection = w32menu_show (f, xpos, ypos, menu, hmenu, &error_name); UNBLOCK_INPUT;