]> git.eshelyaron.com Git - emacs.git/commit
* src/haikuterm.c (haiku_read_socket): Add work for frame size bug.
authorPo Lu <luangruo@yahoo.com>
Tue, 18 Jan 2022 08:25:02 +0000 (08:25 +0000)
committerPo Lu <luangruo@yahoo.com>
Tue, 18 Jan 2022 09:42:21 +0000 (09:42 +0000)
commitd0c0f5f648f97b4cd939fdbd43c94376f2d9be7f
tree7a1c0c6b1b944833a88e0d37aa324fa4b82e32d3
parent4eebf528fca6f6f16168c4f76a653353f3598a35
* src/haikuterm.c (haiku_read_socket): Add work for frame size bug.

BWindow::ResizeTo seems to have the same rounding issues that
BRect has, but I have no idea how to solve it there.  As a
temporary workaround until a solution has been found, avoid
garbaging tooltip frames when FrameResized reports different
dimensions from what they were set to.
src/haikuterm.c