cvs commit: hugs98/src/winhugs Registry.c

Neil Mitchell <[email protected]> Fri, 27 Jan 2006 04:21:29 -0800
Newsgroups gmane.comp.lang.haskell.cvs.hugs
Message-ID <[email protected]>
neil        2006/01/27 04:21:29 PST

  Modified files:
    src/winhugs          Registry.c 
  Log:
  WinHugs, alterations to the way the window position is saved.
  It appears that on Win98 GetWindowPlacement exists, but just returns the wrong value. Alternative API's have been used.
  If the user exits while the window is minimized, do not save a position
  
  Revision  Changes    Path
  1.3       +13 -7     hugs98/src/winhugs/Registry.c