]> git.eshelyaron.com Git - emacs.git/commit
Try to avoid hang when logging out of MS-Windows
authorKen Brown <kbrown@cornell.edu>
Tue, 28 Feb 2017 16:25:00 +0000 (11:25 -0500)
committerKen Brown <kbrown@cornell.edu>
Tue, 28 Feb 2017 16:25:00 +0000 (11:25 -0500)
commit57f5ab8c4057d82c8fbc6a414169a44f5e181280
tree056be0f08e4ad8548a934a53393648b8a05014b0
parent122d2d675c77138cdde34347930a70b299d95363
Try to avoid hang when logging out of MS-Windows

* src/w32term.c (x_update_window_begin, x_update_window_end)
(my_show_window, my_set_window_pos, my_set_focus)
(my_set_foreground_window, my_destroy_window)
(my_bring_window_to_top, x_iconify_frame): Replace calls to
SendMessage by calls to SendMessageTimeout with a 6-second
timeout.  (Bug#25875)
src/w32term.c