/[emacs]/emacs/src/w32menu.c
ViewVC logotype

Diff of /emacs/src/w32menu.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.44 by jasonr, Thu Nov 15 22:53:54 2001 UTC revision 1.45 by jasonr, Sun Nov 18 21:58:26 2001 UTC
# Line 333  push_left_right_boundary () Line 333  push_left_right_boundary ()
333    XVECTOR (menu_items)->contents[menu_items_used++] = Qquote;    XVECTOR (menu_items)->contents[menu_items_used++] = Qquote;
334  }  }
335    
336  /* Start a new menu pane in menu_items..  /* Start a new menu pane in menu_items.
337     NAME is the pane name.  PREFIX_VEC is a prefix key for this pane.  */     NAME is the pane name.  PREFIX_VEC is a prefix key for this pane.  */
338    
339  static void  static void
# Line 1703  w32_menu_show (f, x, y, for_click, keyma Line 1703  w32_menu_show (f, x, y, for_click, keyma
1703              wv->key = (char *) XSTRING (descrip)->data;              wv->key = (char *) XSTRING (descrip)->data;
1704            wv->value = 0;            wv->value = 0;
1705            /* Use the contents index as call_data, since we are            /* Use the contents index as call_data, since we are
1706               restricted to 16-bits..  */               restricted to 16-bits.  */
1707            wv->call_data = !NILP (def) ? (void *) (EMACS_INT) i : 0;            wv->call_data = !NILP (def) ? (void *) (EMACS_INT) i : 0;
1708            wv->enabled = !NILP (enable);            wv->enabled = !NILP (enable);
1709    

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26