This commit is contained in:
kipp%netscape.com 1998-09-26 17:39:54 +00:00
Родитель 5df500cc6b
Коммит 1653f4f2a1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -973,7 +973,7 @@ void nsView :: List(FILE* out, PRInt32 aIndent) const
nsRect brect;
GetBounds(brect);
out << brect;
fprintf(out, " z=%d vis=%d opc=%1.3f <\n", mZindex, mVis, mOpacity);
fprintf(out, " z=%d vis=%d opc=%1.3f clientData=%p <\n", mZindex, mVis, mOpacity, mClientData);
nsIView* kid = mFirstChild;
while (nsnull != kid) {
kid->List(out, aIndent + 1);