]> git.eshelyaron.com Git - emacs.git/commit
Fix race conditions processing zoom events on Haiku
authorPo Lu <luangruo@yahoo.com>
Fri, 20 May 2022 09:28:19 +0000 (09:28 +0000)
committerPo Lu <luangruo@yahoo.com>
Fri, 20 May 2022 09:29:08 +0000 (09:29 +0000)
commitc1fbbc57a9c850e2e8d756d0e6d7e967c652e870
treec06d6bc543c7b4fa7453e5b3dc6f47f2b59f56ea
parentbbe6c68d79ae422498048f06fd8f1641abb38eab
Fix race conditions processing zoom events on Haiku

* src/haiku_support.cc (Zoom):
* src/haiku_support.h (struct haiku_zoom_event): Include the
current fullscreen mode in the event.

* src/haikuterm.c (haiku_read_socket): Use that instead of the
current frame's fullscreen mode.
src/haiku_support.cc
src/haiku_support.h
src/haikuterm.c