projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b4f6f22
)
removed no longer needed debug message
author
H.G. Muller
<h.g.muller@hccnet.nl>
Fri, 10 Jul 2009 04:50:41 +0000 (21:50 -0700)
committer
Arun Persaud
<arun@nubati.net>
Fri, 10 Jul 2009 04:50:41 +0000 (21:50 -0700)
winboard/wlayout.c
patch
|
blob
|
history
diff --git
a/winboard/wlayout.c
b/winboard/wlayout.c
index
0261736
..
8cc175f
100644
(file)
--- a/
winboard/wlayout.c
+++ b/
winboard/wlayout.c
@@
-163,8
+163,6
@@
VOID ReattachAfterSize( LPRECT lprcOldPos, int new_w, int new_h, HWND hWndChild,
if( ! IsDefaultPlacement( pwpChild ) ) {
\r
GetActualPlacement( hWndChild, pwpChild );
\r
\r
-if(appData.debugMode) fprintf(debugFP, "resize, old=(%d,%d,%d,%d), new=(%d,%d)\n",
\r
-lprcOldPos->left,lprcOldPos->top,lprcOldPos->right,lprcOldPos->bottom,new_w,new_h);
\r
if( IsAttachedByWindowPlacement( lprcOldPos, pwpChild ) ) {
\r
/* Get delta of lower right corner */
\r
int delta_x = new_w - (lprcOldPos->right - lprcOldPos->left);
\r