Mercurial > emacs
changeset 50234:95acb541716a
(window_from_coordinates): Fix prototype.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 21 Mar 2003 13:52:14 +0000 |
parents | e25cbad07868 |
children | fbce6d1d6a36 |
files | src/window.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.h Fri Mar 21 13:52:06 2003 +0000 +++ b/src/window.h Fri Mar 21 13:52:14 2003 +0000 @@ -378,7 +378,8 @@ EXFUN (Fset_window_point, 2); extern Lisp_Object make_window P_ ((void)); extern void delete_window P_ ((Lisp_Object)); -extern Lisp_Object window_from_coordinates P_ ((struct frame *, int, int, int *, int)); +extern Lisp_Object window_from_coordinates P_ ((struct frame *, int, int, + enum window_part *, int)); EXFUN (Fwindow_dedicated_p, 1); extern int window_height P_ ((Lisp_Object)); extern int window_width P_ ((Lisp_Object));