зеркало из https://github.com/mozilla/gecko-dev.git
[OS/2] no bug, fix irritating indent of debug printf
This commit is contained in:
Родитель
a0aa4406f7
Коммит
813ece34ce
|
@ -1525,7 +1525,8 @@ NS_METHOD nsWindow::Resize(PRInt32 aX,
|
||||||
Invalidate(PR_FALSE);
|
Invalidate(PR_FALSE);
|
||||||
|
|
||||||
#if DEBUG_sobotka
|
#if DEBUG_sobotka
|
||||||
printf("+++++++++++Resized 0x%lx at %ld, %ld to %d x %d (%d,%d)\n", mWnd, ptl.x, ptl.y, w, h, aX, aY);
|
printf("+++++++++++Resized 0x%lx at %ld, %ld to %d x %d (%d,%d)\n",
|
||||||
|
mWnd, ptl.x, ptl.y, w, h, aX, aY);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче