projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2d7982d
)
fixed compile error from a previous change
author
H.G. Muller
<h.g.muller@hccnet.nl>
Fri, 10 Jul 2009 04:48:23 +0000 (21:48 -0700)
committer
Arun Persaud
<arun@nubati.net>
Fri, 10 Jul 2009 04:48:23 +0000 (21:48 -0700)
winboard/wedittags.c
patch
|
blob
|
history
diff --git
a/winboard/wedittags.c
b/winboard/wedittags.c
index
19f1bd4
..
b2e7204
100644
(file)
--- a/
winboard/wedittags.c
+++ b/
winboard/wedittags.c
@@
-88,7
+88,7
@@
EditTagsDialog(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
if (editTagsX != CW_USEDEFAULT && editTagsY != CW_USEDEFAULT &&
\r
editTagsW != CW_USEDEFAULT && editTagsH != CW_USEDEFAULT) {
\r
WINDOWPLACEMENT wp;
\r
- EnsureOnScreen(&editTagsX, &editTagsY);
\r
+ EnsureOnScreen(&editTagsX, &editTagsY, 0, 0);
\r
wp.length = sizeof(WINDOWPLACEMENT);
\r
wp.flags = 0;
\r
wp.showCmd = SW_SHOW;
\r