- Put in buffer "zeroing" code

This commit is contained in:
Dale.Stansberry%Nexwarecorp.com 1999-06-11 19:56:14 +00:00
Родитель 6294aaf691
Коммит 10e699ffeb
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -395,9 +395,9 @@ NS_IMETHODIMP nsRenderingContextPh :: SelectOffScreenDrawingSurface(nsDrawingSur
// printf ("kedl2: select pixmap %p\n", ((nsDrawingSurfacePh *)mSurface)->mPixmap);
mSurface->Select();
// PgSetClipping( 0, NULL );
// PgSetFillColor(Pg_RED);
// PgDrawIRect( 0, 0, 640,480, Pg_DRAW_FILL_STROKE );
PgSetClipping( 0, NULL );
PgSetFillColor(Pg_BLACK);
PgDrawIRect( 0, 0, 640,480, Pg_DRAW_FILL_STROKE );
ApplyClipping(mSurface->GetGC()->rid);
return NS_OK;