diff src/xmenu.c @ 109440:f8f118e78387

* xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of timestamp argument.
author Andreas Schwab <schwab@linux-m68k.org>
date Thu, 15 Jul 2010 23:53:32 +0200
parents a4e57fa6eb3f
children 6c14b478b70f
line wrap: on
line diff
--- a/src/xmenu.c	Thu Jul 15 19:48:34 2010 +0300
+++ b/src/xmenu.c	Thu Jul 15 23:53:32 2010 +0200
@@ -1562,7 +1562,8 @@
    menu pops down.
    menu_item_selection will be set to the selection.  */
 static void
-create_and_show_popup_menu (FRAME_PTR f, widget_value *first_wv, int x, int y, int for_click, unsigned int timestamp)
+create_and_show_popup_menu (FRAME_PTR f, widget_value *first_wv,
+			    int x, int y, int for_click, EMACS_UINT timestamp)
 {
   int i;
   Arg av[2];
@@ -2275,7 +2276,8 @@
 
 
 Lisp_Object
-xmenu_show (FRAME_PTR f, int x, int y, int for_click, int keymaps, Lisp_Object title, char **error, unsigned int timestamp)
+xmenu_show (FRAME_PTR f, int x, int y, int for_click, int keymaps,
+	    Lisp_Object title, char **error, EMACS_UINT timestamp)
 {
   Window root;
   XMenu *menu;