]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Move the code that reads the Windows clipboard into a trivial
authorSimon Tatham <anakin@pobox.com>
Fri, 28 Nov 2008 18:28:23 +0000 (18:28 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 28 Nov 2008 18:28:23 +0000 (18:28 +0000)
commit54835a9838b7122eaa53d61966ffb8537c9362b0
tree47bb6c5e2649110061cd26ff5214b8be2ea1180b
parentb892d451eed24f1b90912ed8839df0452397bbdf
Move the code that reads the Windows clipboard into a trivial
subthread, so that it won't deadlock if fetching the content of the
clipboard turns out to depend on a network connection forwarded
through PuTTY.

[originally from svn r8338]
windows/window.c