(XTread_socket): Don't offset keysym here.
authorRichard M. Stallman <rms@gnu.org>
Thu, 23 Dec 1993 00:57:11 +0000 (00:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 23 Dec 1993 00:57:11 +0000 (00:57 +0000)
commit693882381216116de1cc113a565a5a6df1fadc8e
tree0e9eba4ac36eef12fe08f5d16d42a0df5a59a1eb
parent5c40edb4bf3fb241006bfae81b848abe8ac23c8e
(XTread_socket): Don't offset keysym here.
Special handling for "dead accent" keysyms.

(construct_mouse_click, x_scroll_bar_handle_click)
(XTread_socket): `code' of an event is now an int.

(pixel_to_glyph_coords): New arg NOCLIP.  Callers changed.

(XTread_socket): For MotionNotify, if x_mouse_grabbed, use last_mouse_frame.
(construct_mouse_click): Set last_mouse_frame.
(XTmouse_position): If x_mouse_grabbed, use last_mouse_frame.

(x_calc_absolute_position): Borderwidth must be doubled
before subtracting from width to get correct value.
src/xterm.c