X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/0372256bed8f8c1372579001ba42b21dbe5d2adb..a10c82694e253f891cdfa220ba75b59f5ed50ab3:/src/term.c diff --git a/src/term.c b/src/term.c index f5f4882161..fb69aefbe7 100644 --- a/src/term.c +++ b/src/term.c @@ -2522,7 +2522,7 @@ tty_draw_row_with_mouse_face (struct window *w, struct glyph_row *row, } static bool -term_mouse_movement (FRAME_PTR frame, Gpm_Event *event) +term_mouse_movement (struct frame *frame, Gpm_Event *event) { /* Has the mouse moved off the glyph it was on at the last sighting? */ if (event->x != last_mouse_x || event->y != last_mouse_y) @@ -2563,7 +2563,7 @@ timeval_to_Time (struct timeval const *t) This clears mouse_moved until the next motion event arrives. */ static void -term_mouse_position (FRAME_PTR *fp, int insist, Lisp_Object *bar_window, +term_mouse_position (struct frame **fp, int insist, Lisp_Object *bar_window, enum scroll_bar_part *part, Lisp_Object *x, Lisp_Object *y, Time *timeptr) {