]> git.eshelyaron.com Git - emacs.git/commit
On Haiku, sync a frames's connection to the app sever after raising
authorPo Lu <luangruo@yahoo.com>
Fri, 31 Dec 2021 13:03:07 +0000 (13:03 +0000)
committerPo Lu <luangruo@yahoo.com>
Fri, 31 Dec 2021 13:03:07 +0000 (13:03 +0000)
commit7dd4dc6ace22aab91939176cb623d54cdb1788e4
treed5e0cf406ab2784d09e4c48942d2546365b29f17
parenta8c3e8e2a6efa77b38110a9c1fee1ece8d8da4d5
On Haiku, sync a frames's connection to the app sever after raising

* src/haiku_support.h: (BWindow_sync)
* src/haiku_support.cc (BWindow_sync): New function.
* src/haikuterm.c (haiku_frame_raise_lower): Synchronize window
after raising it to avoid situations where raising windows is
done out-of-order, such as when ediff raises a frame.
src/haiku_support.cc
src/haiku_support.h
src/haikuterm.c