diff src/window.h @ 78416:b1eb2c38d4b0

Add EXFUN for Fwindow_full_width_p.
author Martin Rudalics <rudalics@gmx.at>
date Mon, 06 Aug 2007 06:45:48 +0000
parents 922696f363b0
children 1677cf1c2509
line wrap: on
line diff
--- a/src/window.h	Mon Aug 06 06:44:31 2007 +0000
+++ b/src/window.h	Mon Aug 06 06:45:48 2007 +0000
@@ -777,6 +777,7 @@
 EXFUN (Fwindow_dedicated_p, 1);
 extern int window_height P_ ((Lisp_Object));
 extern int window_width P_ ((Lisp_Object));
+EXFUN (Fwindow_full_width_p, 1);
 extern void set_window_height P_ ((Lisp_Object, int, int));
 extern void set_window_width P_ ((Lisp_Object, int, int));
 extern void change_window_heights P_ ((Lisp_Object, int));