comparison 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
comparison
equal deleted inserted replaced
45803:9484de301252 45804:863817d7e734
903 #define PIXEL_TO_CHAR_HEIGHT(f, height) \ 903 #define PIXEL_TO_CHAR_HEIGHT(f, height) \
904 (PIXEL_TO_CHAR_ROW (f, ((height) \ 904 (PIXEL_TO_CHAR_ROW (f, ((height) \
905 - (f)->output_data.x->internal_border_width))) 905 - (f)->output_data.x->internal_border_width)))
906 906
907 907
908 /* If a struct input_event has a kind which is selection_request_event 908 /* If a struct input_event has a kind which is SELECTION_REQUEST_EVENT
909 or selection_clear_event, then its contents are really described 909 or SELECTION_CLEAR_EVENT, then its contents are really described
910 by this structure. */ 910 by this structure. */
911 911
912 /* For an event of kind selection_request_event, 912 /* For an event of kind SELECTION_REQUEST_EVENT,
913 this structure really describes the contents. 913 this structure really describes the contents.
914 **Don't make this struct longer!** 914 **Don't make this struct longer!**
915 If it overlaps the frame_or_window field of struct input_event, 915 If it overlaps the frame_or_window field of struct input_event,
916 that will cause GC to crash. */ 916 that will cause GC to crash. */
917 struct selection_input_event 917 struct selection_input_event