NOT PART OF BUILD

increased draw buffer


git-svn-id: svn://10.0.0.236/trunk@107397 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dinglis%qnx.com
2001-11-06 01:32:44 +00:00
parent 841eb99d32
commit 89d08199b2

View File

@@ -230,7 +230,7 @@ NS_IMETHODIMP nsDrawingSurfacePh :: Init( ) {
mGC = PgCreateGC(0);
if( !mGC )
return NS_ERROR_FAILURE;
// PgSetDrawBufferSize(65000);
PgSetDrawBufferSize(65000);
// this is definatly going to be on the screen, as it will be the window of a widget or something
mIsOffscreen = PR_FALSE;
mDrawContext = nsnull;