Mercurial > hg > xemacs-beta
diff src/menubar-x.c @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | f220cc83d72e |
children | c42ec1d1cded |
line wrap: on
line diff
--- a/src/menubar-x.c Mon Aug 13 10:27:41 2007 +0200 +++ b/src/menubar-x.c Mon Aug 13 10:28:48 2007 +0200 @@ -750,7 +750,7 @@ Widget menu; struct Lisp_Event *eev = NULL; XEvent xev; - Lisp_Object frame = Qnil; + Lisp_Object frame; XSETFRAME (frame, f); CHECK_X_FRAME (frame); @@ -830,7 +830,7 @@ void vars_of_menubar_x (void) { - last_popup_menu_selection_callback_id = -1; + last_popup_menu_selection_callback_id = (LWLIB_ID) -1; #if defined (LWLIB_MENUBARS_LUCID) Fprovide (intern ("lucid-menubars"));