]> git.eshelyaron.com Git - emacs.git/commit
Fix a minor snafu when resizing frames on Haiku
authorPo Lu <luangruo@yahoo.com>
Sun, 16 Jan 2022 00:47:41 +0000 (00:47 +0000)
committerPo Lu <luangruo@yahoo.com>
Sun, 16 Jan 2022 00:47:41 +0000 (00:47 +0000)
commit80c52346c287ddc5e15663c25a1fea18d2ee4fad
tree685d32678857019bca58ae439a59a5b92c924410
parent77d823794eacd73469d32fe780b7dd4eae213b34
Fix a minor snafu when resizing frames on Haiku

* src/haiku_support.cc (BWindow_resize): Adjust for minor snafu
where BWindow::ResizeTo uses BRect-style width and height
instead of actual width and height.
src/haiku_support.cc