home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacHaskell 2.2 / progs / lib / X11 / README < prev    next >
Encoding:
Text File  |  1994-09-27  |  432 b   |  12 lines  |  [TEXT/ttxt]

  1. This directory contains the Haskell->CLX support code.
  2.  
  3. If you see errors like "ID 42 is a :WM_RESIZE_HINTS, not a window",
  4. you can get rid of them by loading clx-patch.lisp.  This seems to be a
  5. bug where CLX is not consistent with the protocol in some way; we've
  6. seen it on some machines and not others.  The line
  7.  
  8. (load "$HASKELL/progs/lib/X11/clx-patch.lisp")
  9.  
  10. can be placed in your .yhaskell file to load the patch on startup.
  11.  
  12.