]> git.eshelyaron.com Git - emacs.git/commit
Allow quitting inside font selection dialogs on Haiku
authorPo Lu <luangruo@yahoo.com>
Sun, 1 May 2022 03:20:58 +0000 (03:20 +0000)
committerPo Lu <luangruo@yahoo.com>
Sun, 1 May 2022 03:20:58 +0000 (03:20 +0000)
commitece2ee965fe1db5fa30e2ed20b4a3b95b0da5db3
treecda8d3b84df7f6276acf73c6a54e0785dc9228b8
parented0de6200d5ae62f214d77c4a71c0a31e524faf9
Allow quitting inside font selection dialogs on Haiku

* src/haiku_support.cc (WaitForChoice): Accept new function for
checking quit flag.
(be_select_font): Pass that function.
* src/haiku_support.h: Update prototypes.
* src/haikufont.c (haikufont_should_quit_popup): New function.
(Fx_select_font): Give said function to `be_select_font'.
src/haiku_support.cc
src/haiku_support.h
src/haikufont.c