]> git.eshelyaron.com Git - emacs.git/commit
Fix expose events in non-double-buffered child frames on Haiku
authorPo Lu <luangruo@yahoo.com>
Sat, 1 Jan 2022 10:24:38 +0000 (10:24 +0000)
committerPo Lu <luangruo@yahoo.com>
Sat, 1 Jan 2022 10:24:38 +0000 (10:24 +0000)
commit141a06334ecd92286b731125589832f161f03e11
tree376d28b6d23b54c80fb320bcc6a727f9fa48820d
parentab3c6c799ea6973ba8496eae3827e8fa2c5caae0
Fix expose events in non-double-buffered child frames on Haiku

* src/haiku_support.cc (EmacsShow): Set shown_flag to 1 only if
this view is double buffered.
(TearDownDoubleBuffering): Clear shown_flag.
src/haiku_support.cc