Mercurial > hg > xemacs-beta
diff src/menubar-x.c @ 243:f220cc83d72e r20-5b20
Import from CVS: tag r20-5b20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:17:07 +0200 |
parents | 557eaa0339bf |
children | c5d627a313b1 |
line wrap: on
line diff
--- a/src/menubar-x.c Mon Aug 13 10:16:17 2007 +0200 +++ b/src/menubar-x.c Mon Aug 13 10:17:07 2007 +0200 @@ -216,7 +216,7 @@ incr_wv->call_data = LISP_TO_VOID (incremental_data); goto menu_item_done; } -#endif /* LWLIB_MENUBARS_LUCID */ +#endif /* LWLIB_MENUBARS_LUCID || LWLIB_MENUBARS_MOTIF */ } if (menu_type == POPUP_TYPE && popup_menu_titles && depth == 0) { @@ -331,7 +331,7 @@ in_menu_callback = XINT(val); return Qnil; } -#endif /* LWLIB_MENUBARS_LUCID */ +#endif /* LWLIB_MENUBARS_LUCID || LWLIB_MENUBARS_MOTIF */ /* The order in which callbacks are run is funny to say the least.