Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpc/stand/hpcboot/menu Call UpdateWindow after user...



details:   https://anonhg.NetBSD.org/src/rev/f122bc29d652
branches:  trunk
changeset: 556651:f122bc29d652
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Dec 23 04:41:13 2003 +0000

description:
Call UpdateWindow after user responded to the safety message dialog,
so that the window can repaint areas damaged by the dialog before the
message pump is stopped while the boot is in progress.

diffstat:

 sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r aa1f534f27bd -r f122bc29d652 sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp
--- a/sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp    Tue Dec 23 04:41:06 2003 +0000
+++ b/sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp    Tue Dec 23 04:41:13 2003 +0000
@@ -1,4 +1,4 @@
-/* -*-C++-*-   $NetBSD: rootwindow.cpp,v 1.7 2003/12/21 03:22:20 uwe Exp $     */
+/* -*-C++-*-   $NetBSD: rootwindow.cpp,v 1.8 2003/12/23 04:41:13 uwe Exp $     */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -152,6 +152,7 @@
                                    TEXT("WARNING"),
                                    MB_ICONQUESTION | MB_YESNO) != IDYES)
                                        break;
+                               UpdateWindow(w);
                        }
                boot:
                        SendMessage(_progress_bar->_window, PBM_SETPOS, 0, 0);



Home | Main Index | Thread Index | Old Index