]> git.eshelyaron.com Git - emacs.git/commit
Fix file chooser hangs inside xwidget-webkit
authorPo Lu <luangruo@yahoo.com>
Sat, 13 Nov 2021 03:24:13 +0000 (11:24 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 13 Nov 2021 03:24:13 +0000 (11:24 +0800)
commiteb4567e5be17e30583baebced562cb83595643e3
tree90cf5547cd30ee5c9552674867515b7e59386a7b
parent59a58328bc086bdda1d8be816778f2a74379b02f
Fix file chooser hangs inside xwidget-webkit

* src/xwidget.c (run_file_chooser_cb): New function that runs
a nested event loop instead of acting asynchronously.
(Fmake_xwidget): Attach file chooser signal.
src/xwidget.c