]> git.eshelyaron.com Git - emacs.git/commit
Improve display of Haiku font dialog
authorPo Lu <luangruo@yahoo.com>
Sun, 1 May 2022 08:53:51 +0000 (08:53 +0000)
committerPo Lu <luangruo@yahoo.com>
Sun, 1 May 2022 08:54:26 +0000 (08:54 +0000)
commit7c50fb248d83ac02331fa717ebad96f1d56d5575
treecbe5a6e89fe9b6dfdaad1ca4b041ea364c8bbc2c
parent159d8f7a0afec26382d570ad95a1a3b2559f642d
Improve display of Haiku font dialog

* src/haiku_support.cc (EmacsFontSelectionDialog)
(class EmacsFontSelectionDialog, FrameResized): Set minimum size
based on individual view dimensions and add label to size
control.
(BWindow_set_min_size): Delete function.
* src/haiku_support.h: Update prototypes.
* src/haikuterm.c (haiku_update_size_hints): Stop setting min
size, since that doesn't work correctly on Haiku.
src/haiku_support.cc
src/haiku_support.h
src/haikuterm.c