From 76cbfa855c22c30b5ed875242041a7a95cf038cc Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 2 Aug 2000 16:42:37 +0000 Subject: [PATCH] * msg.cc (mbox): added MB_TOPMOST to MessageBox type flags --- ChangeLog | 4 ++++ msg.cc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index da6190a0..7ff05b35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-08-02 Norman Vine + + * msg.cc (mbox): added MB_TOPMOST to MessageBox type flags + 2000-08-01 DJ Delorie * postinstall.cc (each): don't rename files we ignore diff --git a/msg.cc b/msg.cc index 752398cc..ec5383dc 100644 --- a/msg.cc +++ b/msg.cc @@ -40,7 +40,7 @@ mbox (int type, int id, va_list args) ExitProcess (0); vsprintf (buf, fmt, args); - return MessageBox (0, buf, "Cygwin Setup", type); + return MessageBox (0, buf, "Cygwin Setup", type | MB_TOPMOST); } void -- 2.43.5