/[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.64 by kfstorm, Sat May 24 22:05:49 2003 UTC revision 1.65 by monnier, Sun Jun 15 21:05:34 2003 UTC
# Line 1  Line 1 
1  /* Menu support for GNU Emacs on the Microsoft W32 API.  /* Menu support for GNU Emacs on the Microsoft W32 API.
2     Copyright (C) 1986, 88, 93, 94, 96, 98, 1999 Free Software Foundation, Inc.     Copyright (C) 1986,88,93,94,96,98,1999,2003  Free Software Foundation, Inc.
3    
4  This file is part of GNU Emacs.  This file is part of GNU Emacs.
5    
# Line 1035  menubar_selection_callback (FRAME_PTR f, Line 1035  menubar_selection_callback (FRAME_PTR f,
1035                int j;                int j;
1036                struct input_event buf;                struct input_event buf;
1037                Lisp_Object frame;                Lisp_Object frame;
1038                  EVENT_INIT (buf);
1039    
1040                XSETFRAME (frame, f);                XSETFRAME (frame, f);
1041                buf.kind = MENU_BAR_EVENT;                buf.kind = MENU_BAR_EVENT;

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

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