diff src/xterm.h @ 45804:863817d7e734

*** empty log message ***
author Pavel Janík <Pavel@Janik.cz>
date Thu, 13 Jun 2002 15:00:02 +0000
parents c2a6e23711e9
children 39e3c9d9b655
line wrap: on
line diff
--- a/src/xterm.h	Thu Jun 13 14:59:38 2002 +0000
+++ b/src/xterm.h	Thu Jun 13 15:00:02 2002 +0000
@@ -905,11 +905,11 @@
 			  - (f)->output_data.x->internal_border_width)))
 
 
-/* If a struct input_event has a kind which is selection_request_event
-   or selection_clear_event, then its contents are really described
+/* If a struct input_event has a kind which is SELECTION_REQUEST_EVENT
+   or SELECTION_CLEAR_EVENT, then its contents are really described
    by this structure.  */
 
-/* For an event of kind selection_request_event,
+/* For an event of kind SELECTION_REQUEST_EVENT,
    this structure really describes the contents.
    **Don't make this struct longer!**
    If it overlaps the frame_or_window field of struct input_event,