diff options
| author | Gerd Moellmann | 2001-03-09 14:50:05 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-09 14:50:05 +0000 |
| commit | e0d9aa62ba6959c1289ecbf15717b88e4fa0ede5 (patch) | |
| tree | b1211f9af3ef0a86e6b17e06a7f5aaf10111aefb /src | |
| parent | 909a91822019470d81e1320a289de81397ad1a23 (diff) | |
| download | emacs-e0d9aa62ba6959c1289ecbf15717b88e4fa0ede5.tar.gz emacs-e0d9aa62ba6959c1289ecbf15717b88e4fa0ede5.zip | |
(buffer_posn_from_coords): Adjust prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 418f8f4bf07..3729df47c7a 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2315,7 +2315,8 @@ int direct_output_forward_char P_ ((int)); | |||
| 2315 | int update_frame P_ ((struct frame *, int, int)); | 2315 | int update_frame P_ ((struct frame *, int, int)); |
| 2316 | void update_single_window P_ ((struct window *, int)); | 2316 | void update_single_window P_ ((struct window *, int)); |
| 2317 | int scrolling P_ ((struct frame *)); | 2317 | int scrolling P_ ((struct frame *)); |
| 2318 | int buffer_posn_from_coords P_ ((struct window *, int *, int *)); | 2318 | void buffer_posn_from_coords P_ ((struct window *, int *, int *, |
| 2319 | Lisp_Object *, struct display_pos *)); | ||
| 2319 | void do_pending_window_change P_ ((int)); | 2320 | void do_pending_window_change P_ ((int)); |
| 2320 | void change_frame_size P_ ((struct frame *, int, int, int, int, int)); | 2321 | void change_frame_size P_ ((struct frame *, int, int, int, int, int)); |
| 2321 | void bitch_at_user P_ ((void)); | 2322 | void bitch_at_user P_ ((void)); |