comparison src/frame.c @ 100780:7c46cf603c2c

(Vemacs_iconified): Remove.
author Martin Rudalics <rudalics@gmx.at>
date Tue, 30 Dec 2008 16:27:32 +0000
parents e3c9285f6d49
children aa7072ec5fe2
comparison
equal deleted inserted replaced
100779:a0ff5fd45390 100780:7c46cf603c2c
191 set_menu_bar_lines_1 (f->root_window, nlines - olines); 191 set_menu_bar_lines_1 (f->root_window, nlines - olines);
192 adjust_glyphs (f); 192 adjust_glyphs (f);
193 } 193 }
194 } 194 }
195 195
196 Lisp_Object Vemacs_iconified;
197 Lisp_Object Vframe_list; 196 Lisp_Object Vframe_list;
198 197
199 extern Lisp_Object Vminibuffer_list; 198 extern Lisp_Object Vminibuffer_list;
200 extern Lisp_Object get_minibuffer (); 199 extern Lisp_Object get_minibuffer ();
201 extern Lisp_Object Fhandle_switch_frame (); 200 extern Lisp_Object Fhandle_switch_frame ();
4534 #endif 4533 #endif
4535 4534
4536 DEFVAR_LISP ("terminal-frame", &Vterminal_frame, 4535 DEFVAR_LISP ("terminal-frame", &Vterminal_frame,
4537 doc: /* The initial frame-object, which represents Emacs's stdout. */); 4536 doc: /* The initial frame-object, which represents Emacs's stdout. */);
4538 4537
4539 DEFVAR_LISP ("emacs-iconified", &Vemacs_iconified,
4540 doc: /* Non-nil if all of Emacs is iconified and frame updates are not needed. */);
4541 Vemacs_iconified = Qnil;
4542
4543 DEFVAR_LISP ("mouse-position-function", &Vmouse_position_function, 4538 DEFVAR_LISP ("mouse-position-function", &Vmouse_position_function,
4544 doc: /* If non-nil, function to transform normal value of `mouse-position'. 4539 doc: /* If non-nil, function to transform normal value of `mouse-position'.
4545 `mouse-position' calls this function, passing its usual return value as 4540 `mouse-position' calls this function, passing its usual return value as
4546 argument, and returns whatever this function returns. 4541 argument, and returns whatever this function returns.
4547 This abnormal hook exists for the benefit of packages like `xt-mouse.el' 4542 This abnormal hook exists for the benefit of packages like `xt-mouse.el'