From 945ed044cd8ab67ccbbc185c19f500f723cd9045 Mon Sep 17 00:00:00 2001 From: Gerd Möllmann Date: Sat, 25 Jan 2025 14:28:03 +0100 Subject: Reapply "Simplify absolute (x, y) computation on ttys" This reverts commit 13fdcd730ff63bf79caace9a6e46aff5f944b1b7. --- src/dispextern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dispextern.h') diff --git a/src/dispextern.h b/src/dispextern.h index 1060895d0f4..9c193e79fd1 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -3958,7 +3958,7 @@ void combine_updates (Lisp_Object root_frames); void combine_updates_for_frame (struct frame *f, bool inhibit_id_p); void tty_raise_lower_frame (struct frame *f, bool raise); int max_child_z_order (struct frame *parent); -void frame_pos_abs (struct frame *f, int *x, int *y); +void root_xy (struct frame *f, int x, int y, int *rx, int *ry); bool is_frame_ancestor (struct frame *f1, struct frame *f2); INLINE_HEADER_END -- cgit v1.2.1