comparison src/frame.c @ 90650:02cf29720f31

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 490-504) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 161-163) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-130
author Miles Bader <miles@gnu.org>
date Tue, 07 Nov 2006 23:22:48 +0000
parents 8dd8c8286063 420314603844
children dbe3f29e61d6
comparison
equal deleted inserted replaced
90649:d53934e7ddef 90650:02cf29720f31
2609 2609
2610 extern Lisp_Object Qbox; 2610 extern Lisp_Object Qbox;
2611 extern Lisp_Object Qtop; 2611 extern Lisp_Object Qtop;
2612 2612
2613 /* Calculate fullscreen size. Return in *TOP_POS and *LEFT_POS the 2613 /* Calculate fullscreen size. Return in *TOP_POS and *LEFT_POS the
2614 wanted positions of the WM window (not emacs window). 2614 wanted positions of the WM window (not Emacs window).
2615 Return in *WIDTH and *HEIGHT the wanted width and height of Emacs 2615 Return in *WIDTH and *HEIGHT the wanted width and height of Emacs
2616 window (FRAME_X_WINDOW). 2616 window (FRAME_X_WINDOW).
2617 */ 2617 */
2618 2618
2619 void 2619 void
4213 4213
4214 DEFVAR_LISP ("terminal-frame", &Vterminal_frame, 4214 DEFVAR_LISP ("terminal-frame", &Vterminal_frame,
4215 doc: /* The initial frame-object, which represents Emacs's stdout. */); 4215 doc: /* The initial frame-object, which represents Emacs's stdout. */);
4216 4216
4217 DEFVAR_LISP ("emacs-iconified", &Vemacs_iconified, 4217 DEFVAR_LISP ("emacs-iconified", &Vemacs_iconified,
4218 doc: /* Non-nil if all of emacs is iconified and frame updates are not needed. */); 4218 doc: /* Non-nil if all of Emacs is iconified and frame updates are not needed. */);
4219 Vemacs_iconified = Qnil; 4219 Vemacs_iconified = Qnil;
4220 4220
4221 DEFVAR_LISP ("mouse-position-function", &Vmouse_position_function, 4221 DEFVAR_LISP ("mouse-position-function", &Vmouse_position_function,
4222 doc: /* If non-nil, function to transform normal value of `mouse-position'. 4222 doc: /* If non-nil, function to transform normal value of `mouse-position'.
4223 `mouse-position' calls this function, passing its usual return value as 4223 `mouse-position' calls this function, passing its usual return value as