comparison src/termhooks.h @ 4569:9ea563d584f4

(enum event_kind): Delete final comma. (meta_modifier): Delete final comma.
author Richard M. Stallman <rms@gnu.org>
date Wed, 11 Aug 1993 20:45:15 +0000
parents 5c8de184cccf
children ae9fcf538e23
comparison
equal deleted inserted replaced
4568:ea5521edfb75 4569:9ea563d584f4
238 whose scroll bar was clicked in. 238 whose scroll bar was clicked in.
239 .timestamp gives a timestamp (in 239 .timestamp gives a timestamp (in
240 milliseconds) for the click. */ 240 milliseconds) for the click. */
241 selection_request_event, /* Another X client wants a selection from us. 241 selection_request_event, /* Another X client wants a selection from us.
242 See `struct selection_event'. */ 242 See `struct selection_event'. */
243 selection_clear_event, /* Another X client cleared our selection. */ 243 selection_clear_event X client cleared our selection. */
244 }; 244 };
245 245
246 /* If a struct input_event has a kind which is selection_request_event 246 /* If a struct input_event has a kind which is selection_request_event
247 or selection_clear_event, then its contents are really described 247 or selection_clear_event, then its contents are really described
248 by `struct selection_event'; see xterm.h. */ 248 by `struct selection_event'; see xterm.h. */
318 alt_modifier = CHAR_ALT, /* Under X, the XK_Alt_[LR] keysyms. */ 318 alt_modifier = CHAR_ALT, /* Under X, the XK_Alt_[LR] keysyms. */
319 super_modifier= CHAR_SUPER, /* Under X, the XK_Super_[LR] keysyms. */ 319 super_modifier= CHAR_SUPER, /* Under X, the XK_Super_[LR] keysyms. */
320 hyper_modifier= CHAR_HYPER, /* Under X, the XK_Hyper_[LR] keysyms. */ 320 hyper_modifier= CHAR_HYPER, /* Under X, the XK_Hyper_[LR] keysyms. */
321 shift_modifier= CHAR_SHIFT, 321 shift_modifier= CHAR_SHIFT,
322 ctrl_modifier = CHAR_CTL, 322 ctrl_modifier = CHAR_CTL,
323 meta_modifier = CHAR_META, /* Under X, the XK_Meta_[LR] keysyms. */ 323 meta_modifier = CHAR_META /* Under X, the XK_Meta_[LR] keysyms. */
324 }; 324 };
325 325
326 #endif 326 #endif