cvs commit: hugs98/src/winhugs RtfWindow.c

Neil Mitchell <[email protected]> Sun, 13 Nov 2005 18:35:28 -0800
Newsgroups gmane.comp.lang.haskell.cvs.hugs
Message-ID <[email protected]>
neil        2005/11/13 18:35:28 PST

  Modified files:
    src/winhugs          RtfWindow.c 
  Log:
  Add locking round FlushBuffer, it appears the Timer is entirely unsyncronised from the main thread, so this is needed.
  
  In theory there is also a locking issue around AddToBuffer, but I've never managed to trigger it, and the code needs refactoring before the lock's can be put in safely.
  
  Revision  Changes    Path
  1.12      +9 -0      hugs98/src/winhugs/RtfWindow.c