From: <kr_...@us...> - 2003-04-26 20:56:36
|
Update of /cvsroot/htoolkit/port In directory sc8-pr-cvs1:/tmp/cvs-serv3345/port Modified Files: makefile Log Message: Add owner window as parameter for each function in CommonDialog Index: makefile =================================================================== RCS file: /cvsroot/htoolkit/port/makefile,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** makefile 23 Apr 2003 21:48:48 -0000 1.18 --- makefile 26 Apr 2003 20:56:33 -0000 1.19 *************** *** 38,42 **** Port/Bitmap.hs Port/Font.hs Port/Canvas.hs \ Port/Controls.hs \ ! Port/FileDialog.hs Port/ColorDialog.hs Port/FontDialog.hs \ Port/Menu.hs Port/Window.hs \ Port/Timer.hs Port/Process.hs \ --- 38,42 ---- Port/Bitmap.hs Port/Font.hs Port/Canvas.hs \ Port/Controls.hs \ ! Port/CommonDialogs.hs \ Port/Menu.hs Port/Window.hs \ Port/Timer.hs Port/Process.hs \ |