home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
x
/
volume10
/
xboard
/
part01
/
BUGS
next >
Wrap
Text File
|
1990-12-17
|
484b
|
16 lines
1) The board widget is not initially drawn.
This is corrected by causing an expose event.
The work-around is to wrap a small amount of code
in the CreatePieces routine with
XSynchronize(xDisplay, True);
code
XSynchronize(xDisplay, False);
This is probably an Xlib/Xt bug.
2) if gnuchessr isn't in the current path, xboard coredumps.
This is odd since execlp should return failure but it doesn't.
Can't seem to catch the signal either. This may be an Ultrix bug.