]> git.eshelyaron.com Git - emacs.git/commit
Fix races with child frame locks on Haiku
authorPo Lu <luangruo@yahoo.com>
Thu, 14 Apr 2022 13:14:32 +0000 (13:14 +0000)
committerPo Lu <luangruo@yahoo.com>
Thu, 14 Apr 2022 13:14:32 +0000 (13:14 +0000)
commita9b8ebf34c97098631bf0f4a0fb254ff2f2d898d
tree7e061ccf981cec1ebb9068b6b58d5686664155ec
parente5ef0fe832a0514f83fea47fa16aab4b1a5d11a4
Fix races with child frame locks on Haiku

* src/haiku_support.cc
(CHILD_FRAME_LOCK_INSIDE_LOOPER_CALLBACK): New macro.
(FrameMoved, WorkspacesChanged): Lock child frame data with that
macro instead.
src/haiku_support.cc