Mercurial > emacs
diff oldXMenu/Post.c @ 49600:23a1cea22d13
Trailing whitespace deleted.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 04 Feb 2003 14:56:31 +0000 |
| parents | 4a9ea0d1735b |
| children | 695cf19ef79e d7ddb3e565de |
line wrap: on
line diff
--- a/oldXMenu/Post.c Tue Feb 04 13:30:45 2003 +0000 +++ b/oldXMenu/Post.c Tue Feb 04 14:56:31 2003 +0000 @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /gd/gnu/cvsroot/emacs/oldXMenu/Post.c,v 1.1 1999/10/03 19:35:10 fx Exp $ */ +/* $Header: /cvs/emacs/oldXMenu/Post.c,v 1.2 2000/01/27 15:30:47 gerd Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* @@ -9,7 +9,7 @@ * XMenuPost - Maps a given menu to the display and activates * the menu for user selection. The user is allowed to * specify the mouse button event mask that will be used - * to identify a selection request. When a selection + * to identify a selection request. When a selection * request is received (i.e., when the specified mouse * event occurs) the data returned will be either the * data associated with the particular selection active @@ -59,11 +59,11 @@ * Make the procedure call. */ stat = XMenuActivate( - display, + display, menu, - p_num, s_num, - x_pos, y_pos, - event_mask, + p_num, s_num, + x_pos, y_pos, + event_mask, &data, 0); /*
