Subject: CVS commit: src/sys/arch/hpc/stand/hpcboot/menu
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 02/23/2004 05:20:48
Module Name:	src
Committed By:	uwe
Date:		Mon Feb 23 05:20:48 UTC 2004

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

Log Message:
WinCE 2.11 doesn't support keyboard focus traversal for nested
dialogs, so implement poor man keyboard focus manager.  The goal is to
make it possible to use hpcboot on HPC devices with broken touch
screen.  (TODO: Make sure that when the window is activated, there is
a focused control).


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp
cvs rdiff -r1.2 -r1.3 src/sys/arch/hpc/stand/hpcboot/menu/rootwindow.h \
    src/sys/arch/hpc/stand/hpcboot/menu/tabwindow.cpp \
    src/sys/arch/hpc/stand/hpcboot/menu/tabwindow.h

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