diff options
| author | Kim F. Storm | 2003-03-21 13:52:14 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-03-21 13:52:14 +0000 |
| commit | b74b839745c7a1a09e5f8d14069032a0d9d065c5 (patch) | |
| tree | fc1d8809703c0e6417945e37ec68e1b0ecfb2d07 /src | |
| parent | 341f3858087fc51cf14db2fa7f69bd147ecbcc57 (diff) | |
| download | emacs-b74b839745c7a1a09e5f8d14069032a0d9d065c5.tar.gz emacs-b74b839745c7a1a09e5f8d14069032a0d9d065c5.zip | |
(window_from_coordinates): Fix prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h index 5f76163231a..1cb91d3566e 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -378,7 +378,8 @@ EXFUN (Fwindow_live_p, 1); | |||
| 378 | EXFUN (Fset_window_point, 2); | 378 | EXFUN (Fset_window_point, 2); |
| 379 | extern Lisp_Object make_window P_ ((void)); | 379 | extern Lisp_Object make_window P_ ((void)); |
| 380 | extern void delete_window P_ ((Lisp_Object)); | 380 | extern void delete_window P_ ((Lisp_Object)); |
| 381 | extern Lisp_Object window_from_coordinates P_ ((struct frame *, int, int, int *, int)); | 381 | extern Lisp_Object window_from_coordinates P_ ((struct frame *, int, int, |
| 382 | enum window_part *, int)); | ||
| 382 | EXFUN (Fwindow_dedicated_p, 1); | 383 | EXFUN (Fwindow_dedicated_p, 1); |
| 383 | extern int window_height P_ ((Lisp_Object)); | 384 | extern int window_height P_ ((Lisp_Object)); |
| 384 | extern int window_width P_ ((Lisp_Object)); | 385 | extern int window_width P_ ((Lisp_Object)); |