From: <kr_...@us...> - 2003-03-03 19:44:34
|
Update of /cvsroot/htoolkit/port/src/Port In directory sc8-pr-cvs1:/tmp/cvs-serv14802/src/Port Modified Files: Handlers.hs Log Message: fix comment Index: Handlers.hs =================================================================== RCS file: /cvsroot/htoolkit/port/src/Port/Handlers.hs,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Handlers.hs 3 Mar 2003 19:23:53 -0000 1.9 --- Handlers.hs 3 Mar 2003 19:44:29 -0000 1.10 *************** *** 197,202 **** -- | 'registerWindow' should be called by all top-level window creation functions. -- The windows are automatically unregistered when destroyed. The registration is used to ! -- implement the'enableAutoQuit' function that automatically quits the gui when ! -- all top-level windows are closed. registerWindow :: WindowHandle -> IO () registerWindow hwnd --- 197,201 ---- -- | 'registerWindow' should be called by all top-level window creation functions. -- The windows are automatically unregistered when destroyed. The registration is used to ! -- implement the automatic quit when all top-level windows are closed. registerWindow :: WindowHandle -> IO () registerWindow hwnd |