]> code.delx.au - gnu-emacs/commitdiff
(window_from_coordinates): Fix prototype.
authorKim F. Storm <storm@cua.dk>
Fri, 21 Mar 2003 13:52:14 +0000 (13:52 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 21 Mar 2003 13:52:14 +0000 (13:52 +0000)
src/window.h

index 5f76163231a4ed33431590d543ef8466b3d9bb4d..1cb91d3566ecb9449948037a409193ccada1a3d6 100644 (file)
@@ -378,7 +378,8 @@ EXFUN (Fwindow_live_p, 1);
 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));