diff options
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 |