diff options
| author | Gerd Möllmann | 2025-01-25 14:28:03 +0100 |
|---|---|---|
| committer | Gerd Möllmann | 2025-01-25 14:46:05 +0100 |
| commit | 945ed044cd8ab67ccbbc185c19f500f723cd9045 (patch) | |
| tree | 9374742edc099b6e9cfa52d920e519317b21022a /src/dispextern.h | |
| parent | d4220a17c4ecf4639a276352149218077c1d6315 (diff) | |
| download | emacs-945ed044cd8ab67ccbbc185c19f500f723cd9045.tar.gz emacs-945ed044cd8ab67ccbbc185c19f500f723cd9045.zip | |
Reapply "Simplify absolute (x, y) computation on ttys"
This reverts commit 13fdcd730ff63bf79caace9a6e46aff5f944b1b7.
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); | |||
| 3958 | void combine_updates_for_frame (struct frame *f, bool inhibit_id_p); | 3958 | void combine_updates_for_frame (struct frame *f, bool inhibit_id_p); |
| 3959 | void tty_raise_lower_frame (struct frame *f, bool raise); | 3959 | void tty_raise_lower_frame (struct frame *f, bool raise); |
| 3960 | int max_child_z_order (struct frame *parent); | 3960 | int max_child_z_order (struct frame *parent); |
| 3961 | void frame_pos_abs (struct frame *f, int *x, int *y); | 3961 | void root_xy (struct frame *f, int x, int y, int *rx, int *ry); |
| 3962 | bool is_frame_ancestor (struct frame *f1, struct frame *f2); | 3962 | bool is_frame_ancestor (struct frame *f1, struct frame *f2); |
| 3963 | 3963 | ||
| 3964 | INLINE_HEADER_END | 3964 | INLINE_HEADER_END |