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

This commit is contained in:
beard%netscape.com 2000-01-17 00:52:39 +00:00
Родитель 4dda122dc2
Коммит 748854756f
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -109,7 +109,8 @@ nsresult nsViewFactory::LockFactory(PRBool aLock)
return NS_OK; 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 #if USE_NEW_COMPOSITOR
#include "nsViewManager.h" #include "nsViewManager.h"