turned on usage of nsViewManager2, which seems to fix some important bugs on linux, such as #20185, and definitely #21405. r=pavlov

git-svn-id: svn://10.0.0.236/trunk@57982 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com 2000-01-17 00:52:39 +00:00
parent 50535db0da
commit 5fbbc22c69

View File

@ -109,7 +109,8 @@ nsresult nsViewFactory::LockFactory(PRBool aLock)
return NS_OK;
}
#define USE_NEW_COMPOSITOR 1
//Uncomment the following line to go back to the "new" compositor.
//#define USE_NEW_COMPOSITOR 1
#if USE_NEW_COMPOSITOR
#include "nsViewManager.h"