(window_from_coordinates): Fix prototype.
This commit is contained in:
parent
341f385808
commit
b74b839745
1 changed files with 2 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue