]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Revamp Windows's close_session() using toplevel callbacks.
authorSimon Tatham <anakin@pobox.com>
Sat, 17 Aug 2013 16:06:18 +0000 (16:06 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 17 Aug 2013 16:06:18 +0000 (16:06 +0000)
commit18f26b7b2f34f9b090c14d1eb81c95402d3be5ab
treec31100499ba5fb80c58f4c054f2d6df9c2842b75
parent310835f6df5fa118dd8e9a248bcc57b92e889303
Revamp Windows's close_session() using toplevel callbacks.

Instead of setting a must_close_session flag and having special code
in the message loop to check it, we'll schedule the call to
close_session using the new top-level callback system.

git-svn-id: http://svn.tartarus.org/sgt/putty@10021 cda61777-01e9-0310-a592-d414129be87e
windows/window.c