* frame.c (Vdelete_frame_functions): New variable.
authorJohn Paul Wallington <jpw@pobox.com>
Wed, 2 Oct 2002 08:28:17 +0000 (08:28 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Wed, 2 Oct 2002 08:28:17 +0000 (08:28 +0000)
commitcd1d850fd1eef0e98a018c224ed2fe4852c17de3
treea4f6b7270f76db85c354e95ce2fe591abefc4d90
parenta1b4049dc24f9be1036b66a95c99c6257b8551f6
* frame.c (Vdelete_frame_functions): New variable.
(syms_of_frame): Initialize and defvar it.
(Fdelete_frame): Use it instead of delete-frame-hook.  Don't run
it when frame's `tooltip' parameter is non-nil.

* xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.

* w32fns.c (x_create_tip_frame): Likewise

* macfns.c (x_create_tip_frame): Likewise.
src/ChangeLog
src/frame.c
src/macfns.c
src/w32fns.c
src/xfns.c