]> git.eshelyaron.com Git - emacs.git/commit
Process sentinels need to work under X and commandline
authordickmao <none>
Thu, 13 May 2021 13:21:53 +0000 (15:21 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 13 May 2021 13:22:01 +0000 (15:22 +0200)
commit5be26b43f441e429dadbf7c8beccb351a84f1275
treebcfe58ae897cb1962890527509b6d9f8cbeb8217
parent1aaceec93173fd98c25dfe282b2fa2030ccf14f0
Process sentinels need to work under X and commandline

* src/process.c (add_non_keyboard_read_fd): Make this a public function.
(add_process_read_fd): Fold old, static add_non_keyboard_read_fd guts
into here.
* src/xsmfns.c (ice_conn_watch_CB): Call add_non_keyboard_read_fd
(bug#43834).
src/process.c
src/process.h
src/xsmfns.c