As per discussion on haiku-dev, BWindow now always forces the

B_ASYNCHRONOUS_CONTROLS flag. If anyone does encounter an app that 
breaks because of this, please let me know, but a few tests with various 
apps seem to show no issues.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24290 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent
2008-03-07 01:37:00 +00:00
parent 6cb48eeb3a
commit 5c9a6b8c2a
+1 -1
View File
@@ -2431,7 +2431,7 @@ BWindow::_InitData(BRect frame, const char* title, window_look look,
fFeel = feel;
fLook = look;
fFlags = flags;
fFlags = flags | B_ASYNCHRONOUS_CONTROLS;
fInTransaction = false;
fActive = false;