projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c18e1d1
)
Fix WinBoard compile error on enum PEN
author
H.G. Muller
<h.g.muller@hccnet.nl>
Sun, 28 Oct 2012 20:39:19 +0000 (21:39 +0100)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Tue, 6 Nov 2012 10:29:05 +0000 (11:29 +0100)
winboard/wevalgraph.c
patch
|
blob
|
history
diff --git
a/winboard/wevalgraph.c
b/winboard/wevalgraph.c
index
e438916
..
5a6ca62
100644
(file)
--- a/
winboard/wevalgraph.c
+++ b/
winboard/wevalgraph.c
@@
-58,7
+58,7
@@
Boolean EvalGraphIsUp()
}
\r
\r
// [HGM] front-end, added as wrapper to avoid use of LineTo and MoveToEx in other routines (so they can be back-end)
\r
-void DrawSegment( int x, int y, int *lastX, int *lastY, enum PEN penType )
\r
+void DrawSegment( int x, int y, int *lastX, int *lastY, int penType )
\r
{
\r
POINT stPt;
\r
if(penType == PEN_NONE) MoveToEx( hdcPB, x, y, &stPt ); else {
\r