(Fx_hide_tip): Avoid unnecessary work when there's
authorAndrew Innes <andrewi@gnu.org>
Thu, 14 Dec 2000 10:55:36 +0000 (10:55 +0000)
committerAndrew Innes <andrewi@gnu.org>
Thu, 14 Dec 2000 10:55:36 +0000 (10:55 +0000)
commit937e601efce42ff4b307f1ef6c95168afbd7a2ec
tree65f081f2b6553cf4885e88cc1ba033ac4be60df5
parent25badd7aeb4c086b39ffec6783d4ee1cef1c15ae
(Fx_hide_tip): Avoid unnecessary work when there's
nothing to do.  Bind inhibit-quit.
(tip_frame): Make it a Lisp_Object.
(x_create_tip_frame): Set tip_frame after it has been added to
Vframe_list.
(Fx_show_tip): Don't set tip_frame here.
(image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]: New
variables.
(unwind_create_frame, unwind_create_tip_frame): New functions.
(Fx_create_frame, x_create_tip_frame): Handle errors signaled
while a frame is only partially constructed.
src/w32fns.c