Pass menu handle by value.
authorAndrew Innes <andrewi@gnu.org>
Mon, 13 Oct 1997 18:06:22 +0000 (18:06 +0000)
committerAndrew Innes <andrewi@gnu.org>
Mon, 13 Oct 1997 18:06:22 +0000 (18:06 +0000)
src/w32menu.c

index 0495818..73f1dcb 100644 (file)
@@ -1316,7 +1316,7 @@ cached information about equivalent key sequences.")
   /* 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;