emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 9fff6388b4: Fix some more hangs when parenting child frames aroun


From: Po Lu
Subject: master 9fff6388b4: Fix some more hangs when parenting child frames around on Haiku
Date: Sat, 19 Feb 2022 07:32:14 -0500 (EST)

branch: master
commit 9fff6388b4df163990e581515892f7a09c4f728e
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    Fix some more hangs when parenting child frames around on Haiku
    
    * src/haiku_support.cc (ParentTo):
    (FrameMoved): Don't sync when a recursive lock might be able to
    be held.
---
 src/haiku_support.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/haiku_support.cc b/src/haiku_support.cc
index eb78afc6cb..f867e775f8 100644
--- a/src/haiku_support.cc
+++ b/src/haiku_support.cc
@@ -582,7 +582,6 @@ public:
        fullscreen_p = 0;
        MakeFullscreen (1);
       }
-    this->Sync ();
     window->LinkChild (this);
 
     child_frame_lock.Unlock ();
@@ -914,7 +913,6 @@ public:
       DoMove (f);
     child_frame_lock.Unlock ();
 
-    Sync ();
     BWindow::FrameMoved (newPosition);
   }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]