home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / x / volume10 / xboard / part01 / BUGS next >
Text File  |  1990-12-17  |  484b  |  16 lines

  1. 1) The board widget is not initially drawn.
  2.     This is corrected by causing an expose event.
  3.  
  4.     The work-around is to wrap a small amount of code
  5.     in the CreatePieces routine with
  6.  
  7.         XSynchronize(xDisplay, True);
  8.             code
  9.         XSynchronize(xDisplay, False);
  10.  
  11.     This is probably an Xlib/Xt bug.
  12.  
  13. 2) if gnuchessr isn't in the current path, xboard coredumps.
  14.    This is odd since execlp should return failure but it doesn't.
  15.    Can't seem to catch the signal either.  This may be an Ultrix bug.
  16.