* xterm.c (x_convert_modifiers): Declare this to return an
authorJim Blandy <jimb@redhat.com>
Sat, 31 Oct 1992 05:43:00 +0000 (05:43 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 31 Oct 1992 05:43:00 +0000 (05:43 +0000)
commit7c5283e4d7493b83b6950aea6ad86cc6c9521fe2
treeffa0fd3ba858c526d7b89ea1c348e062641e5a81
parentde02ad0bc7f6b4f198ce9eea520c1eb5e4ab8286
* xterm.c (x_convert_modifiers): Declare this to return an
unsigned int, not a Lisp_Object.  Remember that the quiescent
value for part is Qnil, not zero, that x_mouse_x and x_mouse_y
are ints, not Lisp_Objects, and that RESULT->x and RESULT->y are
Lisp_Objects, not ints.
(XTread_socket): Declare this to return int, not Lisp_Object.
When calling construct_mouse_click on a non-scrollbar click, pass
PART as Qnil, not zero.
(x_calc_absolute_position): Remember that x_screen_width and
x_screen_height are ints, not Lisp_Objects.
e
src/xterm.c