Subject: CVS commit: src/sys/arch/hpc/stand/hpcboot
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 12/21/2003 03:18:32
Module Name:	src
Committed By:	uwe
Date:		Sun Dec 21 03:18:32 UTC 2003

Modified Files:
	src/sys/arch/hpc/stand/hpcboot: hpcboot.cpp hpcmenu.cpp hpcmenu.h
	src/sys/arch/hpc/stand/hpcboot/menu: rootwindow.cpp rootwindow.h

Log Message:
Move progress bar management to rootwindow.cpp so that hpcmenu.cpp
doesn't need to know about the GUI hierarchy, etc.

If boot is aborted, rewind the progress bar.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/arch/hpc/stand/hpcboot/hpcboot.cpp
cvs rdiff -r1.10 -r1.11 src/sys/arch/hpc/stand/hpcboot/hpcmenu.cpp
cvs rdiff -r1.8 -r1.9 src/sys/arch/hpc/stand/hpcboot/hpcmenu.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp
cvs rdiff -r1.1 -r1.2 src/sys/arch/hpc/stand/hpcboot/menu/rootwindow.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.