mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
[OS/2] no bug, fix irritating indent of debug printf
This commit is contained in:
parent
5b42ee1190
commit
dfe994855e
@ -1525,7 +1525,8 @@ NS_METHOD nsWindow::Resize(PRInt32 aX,
|
||||
Invalidate(PR_FALSE);
|
||||
|
||||
#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
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user