Mercurial > emacs
changeset 14030:33b3923c36b9
Undo previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 05 Jan 1996 07:18:50 +0000 |
parents | 8812f5ef65db |
children | 51c6f601f42b |
files | src/xterm.h |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.h Fri Jan 05 07:14:40 1996 +0000 +++ b/src/xterm.h Fri Jan 05 07:18:50 1996 +0000 @@ -708,15 +708,17 @@ { int kind; Display *display; - Window requester; + /* We spell it with an "o" here because X does. */ + Window requestor; Atom selection, target, property; Time time; }; #define SELECTION_EVENT_DISPLAY(eventp) \ (((struct selection_input_event *) (eventp))->display) -#define SELECTION_EVENT_REQUESTER(eventp) \ - (((struct selection_input_event *) (eventp))->requester) +/* We spell it with an "o" here because X does. */ +#define SELECTION_EVENT_REQUESTOR(eventp) \ + (((struct selection_input_event *) (eventp))->requestor) #define SELECTION_EVENT_SELECTION(eventp) \ (((struct selection_input_event *) (eventp))->selection) #define SELECTION_EVENT_TARGET(eventp) \